/ast/src/cmd/INIT/ |
H A D | TEST.mk | 176 MKTESTFLAGS = --style=regress 195 then $(MKTEST) --style=shell $(>) > $(<:N=*.sh)
|
H A D | package.mk | 37 * :DETAILS: style 103 style = tgz macro 234 PACKAGEDIR = $(PACKAGESRC)/$(style) 314 package.auxiliary.$(style) += $(>:N=/*:T=F) $(>:N!=/*:C%^%$(INSTALLROOT)/%:T=F) 363 export.$(style) := $(@:/$$("\n")/ /G) 376 if "$(exe.$(style))" && "$(T)" == "bin/*([!./])" 381 elif "$(exe.$(style))" && "$(S)" == "bin/*([!./])" 384 install.$(style) := $(install.$(style):V)$("\n")install : $$(ROOT)/$(T)$("\n")$$(ROOT)/$(T) : $$(ARCH)/$(S)$("\n\t")cp $< $@ 386 install.$(style) 465 style := $(<) macro [all...] |
/ast/src/cmd/dss/ |
H A D | dss.c | 50 "[+EXPRESSIONS?Query expressions support C-style syntax. Strings may be " 54 "extended \bregex\b(3) regular expressions (\begrep\b(1) style.)]" 59 "and \b{print}\b formats may be cast to another type using C style casts " 90 "by \b${style}\b (suitable for \beval\b'ing in " 91 "\bsh\b(1).)]:[style:=list|man|html|nroff|usage]" 152 showplugin(register Dsslib_t* lib, const char* style, Sfio_t* sp, int* sep, Dssdisc_t* disc) argument 160 sfprintf(sfstdout, "%s\t--library=%s --method=%s,${style}\n", lib->meth->name, lib->name, lib->meth->name); 168 sfprintf(sfstdout, "%s\t--library=%s --method=%s \"{%s --'${style}'}\" </dev/null\n", s, lib->name, error_info.id, s); 178 error(ERROR_USAGE, "%s", opthelp(sfstruse(sp), style)); 200 char style[3 local [all...] |
/ast/src/lib/libast/astsa/ |
H A D | optlib.h | 84 int force; /* force this style */ 90 int style; /* default opthelp() style */ member in struct:Optstate_s
|
/ast/src/lib/libast/misc/ |
H A D | optlib.h | 90 int force; /* force this style */ 96 int style; /* default opthelp() style */ member in struct:Optstate_s
|
H A D | optget.c | 98 int style; /* STYLE_* */ member in struct:Help_s 240 Z("List the usage translation key strings with C style escapes."), 254 Z("List the usage string with C style escapes."), 271 the \aoption\a output in the \aitem\a style. Otherwise print \ 1184 * return the bold set/unset sequence for style 1188 font(int f, int style, int set) argument 1190 switch (style) 1291 label(register Sfio_t* sp, int sep, register char* s, int about, int z, int level, int style, int f, Sfio_t* ip, int version, char* id, char* catalog) argument 1310 if ((ostyle = style) > (STYLE_nroff - (sep <= 0)) && f != FONT_LITERAL && f >= 0) 1311 style 1616 args(register Sfio_t* sp, register char* p, register int n, int flags, int style, Sfio_t* ip, int version, char* id, char* catalog) argument 1693 item(Sfio_t* sp, char* s, int about, int level, int style, Sfio_t* ip, int version, char* id, char* catalog, int* hflags) argument 1803 trace_textout(Sfio_t* sp, register char* p, char* conform, int conformlen, int style, int level, int bump, Sfio_t* ip, int version, char* id, char* catalog, int* hflags, int line) argument 1816 textout(Sfio_t* sp, register char* s, char* conform, int conformlen, int style, int level, int bump, Sfio_t* ip, int version, char* id, char* catalog, int* hflags) argument 2382 int style; local [all...] |
/ast/src/lib/libtk/generic/ |
H A D | tkCanvArc.c | 43 * outline too when style is "arc"). NULL 47 Tk_Uid style; /* How to draw arc: arc, chord, or pieslice. */ member in struct:ArcItem 86 {TK_CONFIG_UID, "-style", (char *) NULL, (char *) NULL, 87 "pieslice", Tk_Offset(ArcItem, style), TK_CONFIG_DONT_SET_DEFAULT}, 170 * The uid's below comprise the legal values for the "-style" 243 arcPtr->style = pieSliceUid; 374 * style and graphics contexts. 385 if ((arcPtr->style != arcUid) && (arcPtr->style != chordUid) 386 && (arcPtr->style ! [all...] |
H A D | tkCanvLine.c | 40 int capStyle; /* Cap style for line. */ 41 int joinStyle; /* Join style for line. */ 1487 char *style; 1540 style = "0 setlinecap\n"; 1542 style = "1 setlinecap\n"; 1544 style = "2 setlinecap\n"; 1546 Tcl_AppendResult(interp, style, (char *) NULL); 1547 style = "0 setlinejoin\n"; 1549 style = "1 setlinejoin\n"; 1551 style 1473 char *style; local [all...] |
/ast/src/cmd/sort/ |
H A D | main.c | 120 "[g:floating?Numeric, like \b-n\b, with \be\b-style exponents allowed.]" 162 "options parameterized by \b${style}\b (suitable for \beval\b'ing in " 163 "\bsh\b(1).)]:[style:=list|man|html|nroff|usage]" 407 showlib(Sort_t* sp, Rskey_t* kp, const char* name, const char* style) argument 412 if (style) 413 sfsprintf(args = buf, sizeof(buf), "%s,%s", name, style); 416 if (!rslib(sp->rec, kp, args, RS_IGNORE) && !style) 417 sfprintf(sfstdout, "%s\t--library=%s,${style}\n", name, name); 425 showplugins(Sort_t* sp, Rskey_t* kp, const char* style) argument 432 if (streq(style, "lis [all...] |
/ast/lib/package/ |
H A D | package.mk | 37 * :DETAILS: style 103 style = tgz macro 234 PACKAGEDIR = $(PACKAGESRC)/$(style) 314 package.auxiliary.$(style) += $(>:N=/*:T=F) $(>:N!=/*:C%^%$(INSTALLROOT)/%:T=F) 363 export.$(style) := $(@:/$$("\n")/ /G) 376 if "$(exe.$(style))" && "$(T)" == "bin/*([!./])" 381 elif "$(exe.$(style))" && "$(S)" == "bin/*([!./])" 384 install.$(style) := $(install.$(style):V)$("\n")install : $$(ROOT)/$(T)$("\n")$$(ROOT)/$(T) : $$(ARCH)/$(S)$("\n\t")cp $< $@ 386 install.$(style) 465 style := $(<) macro [all...] |
/ast/src/cmd/builtin/ |
H A D | od.c | 44 "in the C style escape sequences recognized; \b--format=C\b explicitly " 257 int style; member in struct:State_s 1329 state.style |= NEW; 1344 state.style |= NEW; 1354 state.style |= NEW; 1361 state.style |= NEW; 1389 state.style |= NEW; 1475 state.style |= OLD; 1547 if (!(state.style & NEW) && (s = *argv)) 1559 if (strmatch(s, e) && (state.style [all...] |