Searched refs:label (Results 1 - 25 of 58) sorted by relevance

123

/ast/src/cmd/mam/
H A Dmamdot.sh72 while read -r label op arg arg2 arg3 args
73 do [[ $label == [[:digit:]]* ]] || {
77 op=$label
78 label=0
81 [[ ${top[$label]} || $arg == */* || $op != $tree ]] || {
82 arg=$label::$arg
83 [[ $op == make ]] && print "\"$arg\" [ label = \"$rule\" ]"
97 pwd) [[ $arg3 == "." ]] && top[$label]=1 ;;
/ast/src/lib/libast/include/
H A Ddebug.h58 #define DEBUG_GOTO(label) do { debug_fatal(__FILE__, __LINE__); goto label; } while(0)
81 #define DEBUG_GOTO(label) goto label
93 #define GOTO(label) DEBUG_GOTO(label)
/ast/src/lib/libtk/library/demos/
H A Dixset173 label $path.label -text $text
175 pack $path.label -side left -expand y
198 label .bell.label -text "Bell Settings"
201 -label "Volume (%)" -orient horizontal
208 pack .bell.label .bell.vol .bell.val -side top -expand yes
216 label .kbd.label -text "Keyboard Repeat Settings"
225 -label "Clic
[all...]
H A Drolodex29 label .frame.$i.label -text [lindex $names $i] -anchor e
31 pack .frame.$i.entry .frame.$i.label -side right
52 .menu.file.m add command -label "Load ..." -command fileAction -underline 0
53 .menu.file.m add command -label "Exit" -command {destroy .} -underline 0
171 set helpCmds(.frame.1.label) {set topic .frame.1.entry}
172 set helpCmds(.frame.2.label) {set topic .frame.2.entry}
173 set helpCmds(.frame.3.label) {set topic .frame.3.entry}
174 set helpCmds(.frame.4.label) {set topic .frame.4.entry}
175 set helpCmds(.frame.5.label) {se
[all...]
H A Dtcolor50 .menu.file.m add radio -label "RGB color space" -variable colorSpace \
52 .menu.file.m add radio -label "CMY color space" -variable colorSpace \
54 .menu.file.m add radio -label "HSB color space" -variable colorSpace \
57 .menu.file.m add radio -label "Automatic updates" -variable autoUpdate \
59 .menu.file.m add radio -label "Manual updates" -variable autoUpdate \
62 .menu.file.m add command -label "Exit program" -underline 0 \
71 label .commandLabel -text "Command:"
123 label .label$i -textvariable label
[all...]
H A Dtimer10 label .counter -text 0.00 -relief raised -width 10
H A Drmt39 .menu.file.m add cascade -label "Select Application" \
41 .menu.file.m add command -label "Quit" -command "destroy ." -underline 0
198 .menu.file.m.apps add command -label $i -command [list newApp $i]
200 .menu.file.m.apps add command -label local -command {newApp local}
H A Dwidget30 .menuBar.file.m add command -label "About ... " -command "aboutBox" \
33 .menuBar.file.m add command -label "Quit" -command "exit" -underline 0
47 label .statusBar.lab -text " " -relief sunken -bd 1 \
49 label .statusBar.foo -width 8 -relief sunken -bd 1 \
120 .t insert end "1. Labels (text and bitmaps)." {demo demo-label}
244 label $w.title -text "Variable values:" -width 20 -anchor center \
255 label $w.$i.name -text "$i: " -width [expr $len + 2] -anchor w
256 label $w.$i.value -textvar $i -anchor w
/ast/src/lib/libvgraph/
H A Dkpvdebug.h47 #define GOTO(label) do { _oops(__FILE__, __LINE__); goto label; } while(0)
63 #define GOTO(label) goto label
H A Dgraph.c14 if(n1->label != n2->label)
15 return n1->label < n2->label ? -1 : 1;
47 else if(e1->label != e2->label )
48 return e1->label < e2->label ? -1 : 1;
71 Grnode_t* grnode(Graph_t* gr, Void_t* label, int type) argument
81 node.label
118 gredge(Graph_t* gr, Grnode_t* tail, Grnode_t* head, Void_t* label, int type) argument
[all...]
H A Dgrbranching.c49 PRINT(Fd,"%d", (int)ed->tail->label); PRINT(Fd,"(%d) -> ", (int)grfind(ed->tail)->label );
50 PRINT(Fd,"%d", (int)ed->head->label); PRINT(Fd,"(%d), ", (int)grfind(ed->head)->label );
51 PRINT(Fd,"root=%d, ", BREDGE(ed)->root ? (int)BREDGE(ed)->root->label : -1 );
76 PRINT(Fd,"node = %d", (int)nd->label); PRINT(Fd,"(%d), ", grfind(nd)->label);
77 PRINT(Fd,"link = %d, ", nd->link ? (int)nd->link->label : -1);
337 fprintf(stderr, "%d -> %d [%d]\n", e->tail->label, e->head->label, grbrweigh
[all...]
H A Dvgraph.h18 Void_t* label; /* unique node label */ member in struct:_grnode_s
36 Void_t* label; /* (tail,head,label) ids edge */ member in struct:_gredge_s
/ast/src/cmd/INIT/
H A Drt.sh87 typeset label note
96 then label="test "
97 else label=tests
99 printf $'%s%5d %s' "$prefix" "$t" "$label"
104 then label=signal
106 else label=error
109 then label=${label}s
116 printf $'%s%5d %s%s\n' "$prefix" "$e" "$label" "$note"
/ast/src/cmd/mailx/
H A Dtty.c226 * Output label on wfd and return next char on rfd with no echo.
231 ttyquery(int rfd, int wfd, const char* label) argument
239 if (!label)
241 else if (n = strlen(label))
242 write(wfd, label, n);
272 * Edit buf on rfd,wfd with label.
273 * Do not backspace over label.
277 ttyedit(int rfd, int wfd, const char* label, char* buf, size_t size) argument
286 if (label)
287 write(wfd, label, strle
[all...]
H A Dsend.c554 const char* label; member in struct:__anon156
567 if (fs->label) {
568 if (fs->col = strlen(fs->label))
569 fputs(fs->label, fs->fp);
570 fs->label = 0;
596 fmt(FILE* fp, struct header* hp, const char* label, unsigned long flags, int comma) argument
603 fs.label = label;
606 if (!fs.label)
/ast/src/cmd/ksh93/tests/
H A Dcomvar.sh93 label="Table Viewer"
99 label="Table Viewer Preferences"
109 type=coord var=vieworigin val="0 0" label="Window Position"
112 type=coord var=viewsize val="400 400" label="Window Size"
116 label="Window Colors"
120 label="Window Font Name"
123 type=fontsize var=viewfontsize val=14 label="Window Font Size"
127 type=yesno var=showheader val=no label="Show Header"
130 type=text var=header val="" label="Header"
134 type=yesno var=showfooter val=no label
[all...]
/ast/src/lib/libast/disc/
H A Dsfdcmore.c77 * output label on wfd and return next char on rfd with no echo
82 static int ttyquery(Sfio_t* rp, Sfio_t* wp, const char* label, Sfdisc_t* dp) argument
84 static int ttyquery(rp, wp, label, dp)
87 char* label;
101 if (!label)
103 else if (n = strlen(label))
104 write(wfd, label, n);
135 if (label && (n = strlen(label)))
136 sfwr(wp, label,
[all...]
/ast/src/lib/libast/comp/
H A Dfmtmsglib.c81 "label", 0, MM_label,
201 fmtmsg(long classification, const char* label, int severity, const char* text, const char* action, const char* tag)
243 if (s = (char*)label)
292 if ((mask & MM_label) && label)
300 if ((mask & MM_action) && action || (mask & MM_tag) && (label || tag))
307 if ((mask & MM_tag) && (label || tag))
310 if (!tag || label && !strchr(tag, ':'))
/ast/src/cmd/cs/
H A Dcs.c44 " without a label, all other attributes are listed as"
197 static char label[3][64]; local
208 if (ftw->level > elementsof(label))
222 if (!streq(label[1], "share"))
286 sfprintf(sfstdout, "%c%s 1 %-8s %-8s %7s %s %s%s%s\n", label[0][0], fmtmode(mode, 0) + 1, fmtuid(st.st_uid), (mode & S_IROTH) ? "other" : fmtgid(ftw->statb.st_gid), port, time_buf, label[2], qual_buf, proc);
290 n = sfprintf(sfstdout, "/dev/%s/%s/%s", label[0], label[1], label[2]);
310 sfsprintf(port_buf, sizeof(port_buf) - 1, "%s/%s/%s/%s%s", CS_SVC_DIR, label[
[all...]
/ast/src/cmd/nmake/
H A Dmam.c80 sfprintf(state.mam.out, "%sinfo %s %-.*s", state.mam.label, t, n, s);
141 , state.mam.label
152 sfprintf(sp, "%sbind %s %s %s\n", state.mam.label, r->uname, timefmt(NiL, r->time), mamname(r));
154 sfprintf(sp, "%sbind %s %s\n", state.mam.label, mamname(r), timefmt(NiL, r->time));
182 , state.mam.label
H A Dmain.c556 if (!state.mam.statix || *state.mam.label)
560 sfprintf(state.mam.out, "%sinfo mam %s %05d\n", state.mam.label, state.mam.type, state.mam.parent);
562 sfprintf(state.mam.out, "%sinfo start regression\n", state.mam.label);
566 sfprintf(state.mam.out, "%sinfo mam %s %05d 1994-07-17 %s\n", state.mam.label, state.mam.type, state.mam.parent, version);
567 if (!state.mam.statix || *state.mam.label)
569 sfprintf(state.mam.out, "%sinfo start %lu\n", state.mam.label, CURTIME);
571 sfprintf(state.mam.out, "%sinfo pwd %s\n", state.mam.label, internal.pwd);
573 sfprintf(state.mam.out, "%sinfo pwd %s %s\n", state.mam.label, state.mam.root, mamname(makerule(internal.pwd)));
576 sfprintf(state.mam.out, "%sinfo view %s\n", state.mam.label, buf);
1001 sfprintf(state.mam.out, "%sinfo finish regression\n", state.mam.label);
[all...]
/ast/src/cmd/ksh93/bltins/
H A Dulimit.c79 int label, unit, nosupport; local
122 label = (hit&(hit-1));
123 if(error_info.errors || (limit && label) || argc>opt_info.index+1)
191 if(label)
/ast/src/cmd/dsslib/stats/
H A Dstats.c37 "[l:label?Label the output with \alabel\a.]:[label]"
106 const char* label; member in struct:Print_s
118 char* label; member in struct:State_s
250 else if (print->label)
251 sfprintf(cx->buf, "%s", print->label);
382 if (!(state->label = vmstrdup(vm, opt_info.arg)))
616 list(Cx_t* cx, register State_t* state, Sfio_t* op, const char* label, register Field_t* field, register Total_t* total, Cxoperand_t* key) argument
632 pr.label = label;
[all...]
/ast/src/cmd/re/
H A Dgrep.c67 "[m:label?All patterns must be of the form \alabel\a:\apattern\a. Match and"
171 unsigned char label; /* all patterns labeled */ member in struct:State_s
189 if (state.label)
192 error(3, "%s: label:pattern expected", b);
228 else if (state.label || regcomb(&p->tail->re, &x->re))
231 if (!state.byline && (state.number || !state.label || !regrecord(&x->re)))
335 if (state.label)
393 if (!state.label)
414 if (!state.label && (x != 0) == state.match)
541 if (state.byline && !state.label)
[all...]
/ast/src/cmd/at/
H A Dat.c48 "[h:label|heading?Set the job label to \astring\a.]:[string]"
173 char* label = 0; local
208 label = opt_info.arg;
380 if (s = label)

Completed in 36 milliseconds

123