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

/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/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/libvgraph/
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 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/lib/libcmd/
H A Did.c178 putid(Sfio_t* sp, int flags, const char* label, const char* name, long number) argument
180 sfprintf(sp, "%s=", label);
/ast/src/cmd/dsslib/validate/
H A Dvalidate.c78 number(Sfio_t* op, const char* label, Cxnumber_t n, Cxformat_t* format) argument
80 sfprintf(op, " %s=", label);
/ast/src/cmd/mailx/
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)
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...]
/ast/src/cmd/pzip/
H A Dpop.c43 " Names are used to label partition group listings on the standard"
231 * label the mapped format fields
235 label(register Pz_t* pz, Pzpart_t* pp, int op, register size_t* map, size_t m, char* format) function
597 i = label(pz, pp, op, map, m, format);
H A Dpin.c356 * dump one partition line with label to sp
360 dumppart(Sfio_t* sp, const char* label, register Part_t* pp) argument
364 sfprintf(sp, "reorder %s %5u %5u :", label, pp->rate, pp->size);
754 solution(int* lab, int label, size_t* sol, int beg, int end) argument
760 label = solution(lab, label, sol, beg, i);
761 for (label++, beg = i + 1; beg <= end; beg++)
762 lab[beg] = label;
763 return label;
/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)
H A Datd.c121 char label[11]; member in struct:__anon36
503 error(0, "%s %s que %s at %s \"%s\"", job->name, fmtuid(job->owner->user->uid), job->queue->name, fmttime(AT_TIME_FORMAT, job->start), job->label);
550 error(0, "%s %s que %s drop \"%s\"", job->name, fmtuid(job->owner->user->uid), job->queue->name, job->label);
591 error(0, "%s %s %lu exit %d \"%s\"", job->name, fmtuid(job->owner->user->uid), job->pid, status, job->label);
644 error(0, "%s %s %lu exec \"%s\"", job->name, fmtuid(job->owner->user->uid), job->pid, job->label);
907 t = job->label;
908 for (t = job->label; *s && !isspace(*s); s++)
909 if (t < &job->label[sizeof(job->label)-1])
938 if (!state->init && !*(t = job->label))
[all...]
/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/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/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/kshlib/cmdtst/
H A Dgrep.c74 "[m:label?All patterns must be of the form \alabel\a:\apattern\a. Match "
76 "most one label is output for each line; if more than one label matches "
77 "a line then it is undefined what label is output.]"
169 Item_t* hit; /* label for most recent match */
195 unsigned char label; /* all patterns labelled */ member in struct:State_s
234 if (state->label)
238 error(2, "%s: label:pattern expected", b);
385 if (state->label)
397 if (!state->label)
[all...]
/ast/src/lib/libtk/generic/
H A DtkMenu.c33 char *label; /* Main text label displayed in entry (NULL member in struct:MenuEntry
34 * if no label). Malloc'ed. */
35 int labelLength; /* Number of non-NULL characters in label. */
38 * If not None then label is ignored. */
200 {TK_CONFIG_STRING, "-label", (char *) NULL, (char *) NULL,
201 DEF_MENU_ENTRY_LABEL, Tk_Offset(MenuEntry, label),
1304 * Configuration information such as label and accelerator get
1368 if (mePtr->label == NULL) {
1371 mePtr->labelLength = strlen(mePtr->label);
2103 char *label; local
[all...]
H A DtkScale.c6 * value; it also displays numeric labels and a textual label,
78 char *label; /* Label to display above or to right of member in struct:__anon415
80 * label. Malloc'ed. */
81 int labelLength; /* Number of non-NULL chars. in label. */
125 int horizLabelY; /* Y-coord at which to draw label. */
137 int vertLabelX; /* X-location of origin of label. */
261 {TK_CONFIG_STRING, "-label", "label", "Label",
262 DEF_SCALE_LABEL, Tk_Offset(Scale, label), TK_CONFIG_NULL_OK},
414 scalePtr->label
[all...]
/ast/src/cmd/nmake/
H A Dscan.c1052 static char label[] = "X-scan-action"; local
1068 label[0] = a->type;
1069 parse(NiL, a->script, label, NiL);
H A Dmake.h738 typedef struct Label_s /* resume label */
740 jmp_buf label; member in struct:Label_s
749 int parent; /* mam parent label */
752 char* label; /* instruction label */ member in struct:Mam_s
/ast/src/cmd/sortlib/sync/
H A Dss.c1880 listfields(Ss_t* ss, Sfio_t* io, Ssfield_t* dp, const char* label) argument
1887 sfprintf(io, " %s\n", label);
/ast/src/cmd/coshell/
H A Dservice.h28 #define LABELLEN 64 /* max label string length */
34 char label[LABELLEN];/* optional label */ \
151 #define SETLABEL (1<<12) /* label was set */
190 char label[LABELLEN]; member in struct:__anon58
/ast/src/cmd/dsslib/ip_t/
H A Dbgp.h259 Bgpnum_t label; /* nlri label */ member in struct:Bgproute_s
274 Bgpvec_t ped; /* pe discriminator addr.label */
/ast/src/lib/libast/misc/
H A Doptget.c1286 * output label s from [ ...label...[?...] ] to sp
1287 * 1 returned if the label was translated
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) function
1426 label(sp, 0, y, 0, -1, 0, style, f >= 0 ? FONT_ITALIC : f, ip, version, id, catalog);
1683 label(sp, sep, p, 0, n, 0, style, 0, ip, version, id, catalog);
1687 * output [+-...label...?...] label s to sp
1714 label(sp, 0, s + 1, about, -1, level, style, FONT_LITERAL, ip, version, id, catalog);
1750 label(s
[all...]
/ast/src/cmd/html/
H A Dtroff2html.c102 " construct \\h'0*\\w\"label\"'text\\g'0', where \alabel\a is the"
103 " local link label and \atext\a is the hot link text. If \alabel\a"
3454 "label", 0, OPT_label,
4821 sfprintf(sfstderr, "\t<%s%s%s>\n", (*sp & OP_END) ? "/" : "", tag_name[OP(*sp)], (*sp & OP_LABEL) ? " label=1" : "");
4997 int label = 0; local
5259 label = 1;
5289 if (!label)
5293 if (label)
5303 if (!label)
5312 if (!label)
[all...]

Completed in 88 milliseconds