Home
last modified time | relevance | path

Searched refs:label (Results 1 – 25 of 172) sorted by relevance

1234567

/original-bsd/games/phantasia/
H A Dmap.c62 label("Lorien"); in main()
64 label("Ithilien"); in main()
66 label("Rohan"); in main()
68 label("Anorien"); in main()
82 label("The Moors"); in main()
86 label("The Moors"); in main()
90 label("The Moors"); in main()
94 label("The Moors"); in main()
118 label(" c 1985"); in main()
139 label(s1);
[all …]
H A Dmisc.c122 register char *label; /* pointer to place name */ local
136 label = "The Point of No Return";
138 label = "The Ashen Mountains";
141 label = "Morannon";
143 label = "Kennaquahair";
145 label = "The Dead Marshes";
147 label = "The Outer Waste";
149 label = "The Moors Adventurous";
153 label = "The Lord's Chamber";
159 label = nametable[((int) circle) - 1][quadrant];
[all …]
/original-bsd/usr.bin/struct/struct/
H A D1.recog.c19 extern long label();
57 if (label(0) != implicit) connect(label(1),label(0));
78 if (label(0) != implicit) fixvalue(label(0),num);
141 if (label(1) == label(2) || label(1) == 0L)
142 makeif(1,label(0),concat(pred," > 0"),label(3),label(2));
143 else if (label(1) == label(3) || label(3) == 0L)
144 makeif(1,label(0),concat(pred," == 0"),label(2),label(1));
145 else if (label(2) == label(3) || label(2) == 0L)
146 makeif(1,label(0),concat(pred," < 0"),label(1),label(3));
149 makeif(1,label(0),concat(pred," < 0"),label(1),implicit);
[all …]
/original-bsd/usr.bin/pascal/pxp/
H A Drmothers.c67 int *label; local
83 label = lablistp[1];
85 if (label != NIL &&
86 label[0] == T_ID && !strcmp(label[1],"others")) {
109 int *label; local
132 label = lablistp[1];
146 gconst(label);
/original-bsd/sys/pmax/stand/
H A Ddec_label.c22 struct disklabel label; variable
47 if (ioctl(fd, DIOCGDINFO, &label) < 0)
54 dec_label.map[i].numBlocks = label.d_partitions[i].p_size;
55 dec_label.map[i].startBlock = label.d_partitions[i].p_offset;
59 if (lseek(fd, (off_t)DEC_LABEL_SECTOR * label.d_secsize, SEEK_SET) == -1)
/original-bsd/usr.bin/window/
H A Dcmd3.c30 setlabel(w, label) in setlabel() argument
32 char *label;
36 if ((w->ww_label = str_cpy(label)) == 0)
H A Dwin.c38 openwin(id, row, col, nrow, ncol, nline, label, haspty, hasframe, shf, sh) in openwin() argument
39 char *label; in openwin()
61 if (label != 0 && setlabel(w, label) < 0)
144 openiwin(nrow, label) in openiwin() argument
145 char *label; in openiwin()
158 (void) setlabel(w, label);
/original-bsd/usr.bin/f77/pass1.tahoe/
H A Dgram.exec22 * Fixed a bug in Jerry Berkman's label fixes which caused the same label to
32 | SDO end_spec intonlyon label intonlyoff opt_comma dospec
80 | SARITHIF end_spec SLPAR expr SRPAR label SCOMMA label SCOMMA label
116 goto: SGOTO end_spec label
122 err("must go to label or assigned variable");
129 err("must go to label or assigned variable");
163 | SSTAR label
H A Doptim.c213 putif(sp->expr, sp->label);
216 putgoto(sp->label);
219 putcmgo(sp->expr, sp->label, sp->ctlinfo);
232 intrconv(sp->expr->headblock.vtype, mkaddcon(sp->label)));
250 putlabel(sp->label);
256 putgoto(sp->label);
259 putgoto(sp->label);
476 sp->label = 0; in frtempbuff()
507 sp->label = l;
/original-bsd/usr.bin/f77/pass1.vax/
H A Dgram.exec30 * Fixed a bug in Jerry Berkman's label fixes which caused the same label to
40 | SDO end_spec intonlyon label intonlyoff opt_comma dospec
88 | SARITHIF end_spec SLPAR expr SRPAR label SCOMMA label SCOMMA label
124 goto: SGOTO end_spec label
130 err("must go to label or assigned variable");
137 err("must go to label or assigned variable");
171 | SSTAR label
H A Doptim.c221 putif(sp->expr, sp->label);
224 putgoto(sp->label);
227 putcmgo(sp->expr, sp->label, sp->ctlinfo);
240 intrconv(sp->expr->headblock.vtype, mkaddcon(sp->label)));
258 putlabel(sp->label);
264 putgoto(sp->label);
267 putgoto(sp->label);
484 sp->label = 0; in frtempbuff()
515 sp->label = l;
/original-bsd/usr.bin/pascal/src/
H A Dp2put.c344 char *label; local
349 label = getlab();
352 (void) putlab( label );
375 char *label; local
384 label = getlab();
385 (void) putlab( label );
725 putjbr( label ) in putjbr() argument
726 long label; in putjbr()
729 printjbr( LABELPREFIX , label );
735 printjbr( prefix , label ) in printjbr() argument
[all …]
H A Dstab.c304 int label; local
318 label = (int) getlab();
322 putprintf( PREFIXFORMAT , 0 , LLABELPREFIX , label );
323 putprintf( PREFIXFORMAT , 1 , LLABELPREFIX , label );
343 int label; local
363 label = (int) getlab();
367 putprintf( PREFIXFORMAT , 0 , LLABELPREFIX , label );
368 putprintf( PREFIXFORMAT , 1 , LLABELPREFIX , label );
421 stabglabel( label , line ) in stabglabel() argument
422 char *label; in stabglabel()
[all …]
/original-bsd/games/rogue/
H A Dmessage.c198 boolean label; local
201 label = (stat_mask & STAT_LABEL) ? 1 : 0;
204 if (label) {
213 if (label) {
224 if (label) {
236 if (label) {
249 if (label) {
260 if (label) {
/original-bsd/old/sed/
H A Dsed.h128 struct label { struct
134 struct label *lab; argument
135 struct label *labend;
155 struct label *search();
/original-bsd/local/ukc/dump/
H A Ddumplab.c286 register char *label; local
291 label = createlabel(tno);
306 strcmp(ontape, label) == 0) {
310 msg("Tape labels do not match should be `%s' is `%s'\n", label, ontape);
325 strcmp(ontape, label) == 0) {
329 msg("Tape labels do not match should be `%s' is `%s'\n", label, ontape);
/original-bsd/lib/libplot/plot/
H A DMakefile4 SRCS= arc.c box.c circle.c close.c cont.c dot.c erase.c label.c \
8 plot.3 label.3 plot.3 line.3 plot.3 linemod.3 plot.3 move.3 \
/original-bsd/local/ditroff/ditroff.okeeffe/grap/
H A DREADME12 label side "a label" "as a set of strings" adj
13 one line per label, on the four sides.
17 put ticks on side at expr, ..., and label with "expr".
18 if any expr followed by "...", label tick with "...",
121 label bot "this is a" "silly graph"
122 label left "left side label" "here"
H A Dgrap.112 label side "a label" "as a set of strings" adj
13 one line per label, on the four sides.
17 put ticks on side at expr, ..., and label with "expr".
18 if any expr followed by "...", label tick with "...",
121 label bot "this is a" "silly graph"
122 label left "left side label" "here"
/original-bsd/old/ratfor/
H A Dr.y37 | label stat
58 label : DIGITS ={ transfer = 0; outcode($1); }
/original-bsd/usr.sbin/mtree/
H A Dcompare.c29 if (!label++) { \
48 int fd, label; local
51 label = 0;
181 return (label);
/original-bsd/usr.bin/rdist/
H A Dgram.y343 insert(label, files, hosts, subcmds) in insert() argument
344 char *label; in insert()
375 nc->c_label = label;
394 append(label, files, stamp, subcmds) in append() argument
395 char *label; in append()
407 c->c_label = label;
/original-bsd/contrib/sc/
H A Dinterp.c146 if (p && p->label) {
963 char *label; local
965 label = (ep = getent (colstr, rowdoub)) ? (ep -> label) : "";
966 return (strcpy (xmalloc ((unsigned) (strlen (label) + 1)), label));
1019 if (!ep->label)
1147 if (!p->label || !v || strcmp(v, p->label) != 0) {
1152 if(p->label)
1153 xfree(p->label);
1154 p->label = v;
1778 label(v,"",-1);
[all …]
/original-bsd/old/pcc/f1.tahoe/
H A Dfort.h6 label( n ){ in label() function
/original-bsd/old/pcc/f1.vax/
H A Dfort.h5 label( n ){ in label() function

1234567