Searched refs:style (Results 1 - 22 of 22) sorted by relevance

/ast/src/cmd/INIT/
H A Drt.sh50 [+CAVEATS?\brt\b guesses the regression test output style. Garbled
80 style=unknown
88 if [[ $style != unknown ]] && (( errors >= 0 ))
89 then style=unknown
201 style=regress
213 style=script
237 style=shell
298 style=autotest
305 +(-)) case $style in
331 style
[all...]
H A Dpackage.mk37 * :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...]
H A DTEST.mk176 MKTESTFLAGS = --style=regress
195 then $(MKTEST) --style=shell $(>) > $(<:N=*.sh)
H A Dmktest.sh45 [s:style?The script style:]:[style:='$STYLE$']
123 *) print -u2 -r -- $command: --style=$OPTARG: regress or shell expected
/ast/src/lib/libast/misc/
H A Doptget.c98 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...]
H A Doptlib.h90 int force; /* force this style */
96 int style; /* default opthelp() style */ member in struct:Optstate_s
/ast/src/cmd/dss/
H A Ddss.c50 "[+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/libtk/generic/
H A DtkCanvArc.c43 * 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 DtkCanvLine.c40 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/lib/package/
H A Dpackage.mk37 * :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/lib/libast/astsa/
H A Doptlib.h84 int force; /* force this style */
90 int style; /* default opthelp() style */ member in struct:Optstate_s
/ast/src/lib/libtk/library/demos/
H A Dmenu.tcl84 $m add radio -label "Roman" -variable style -value roman
85 $m add radio -label "Bold" -variable style -value bold
86 $m add radio -label "Italic" -variable style -value italic
89 -command "showVars $w.menu.cascade.dialog pointSize style"
H A Ditems.tcl131 -start 45 -extent 270 -style pieslice -tags item
132 $c create arc 6.5c 17c 9.5c 20c -width 4m -style arc \
135 $c create arc 0.5c 20c 9.5c 24c -width 4m -style pieslice \
137 $c create arc 5.5c 20.5c 9.5c 23.5c -width 4m -style chord \
H A Dstyle.tcl0 # style.tcl --
6 # SCCS: @(#) style.tcl 1.5 96/02/16 10:49:24
8 set w .style
12 wm iconname $w "style"
H A Dwidget161 .t insert end "2. Text display styles." {demo demo-style}
/ast/src/cmd/ksh93/
H A DMakefile37 SHOPT_HISTEXPAND == 1 /* csh-style history file expansions */
/ast/src/cmd/builtin/
H A Dod.c44 "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...]
/ast/src/cmd/ksh93/tests/
H A Dcomvar.sh152 type=style var=class_td_lg1_style
158 type=style var=class_tr_tr1_style val="background: black"
163 type=style var=class_th_th1_style
169 type=style var=class_td_td1_style
/ast/src/cmd/ie/
H A Die.sh21 : ie : execute a command with ksh-style input editing
34 [+NAME?ie - execute a command with ksh-style input editing]
36 with ksh-style input editing on the standard input terminal. The
/ast/src/cmd/sort/
H A Dmain.c120 "[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/src/lib/libtk/
H A DMakefile116 library/demos/style.tcl \
175 library/demos/style.tcl \
/ast/src/cmd/html/
H A Dmm2html.sh82 options. The file pathname may be followed by URL style \aname=value\a
88 style \aname=value\a pairs that are evaluated as if they came from
2903 [[ ${html.menu.style} ]] && print -r -- "${html.menu.style}"

Completed in 50 milliseconds