Home
last modified time | relevance | path

Searched refs:EMPTY (Results 1 – 25 of 46) sorted by relevance

12

/original-bsd/local/sccscmds/sccscmds.2/com/
H A Dsetup.c28 condset(rap,APPLY,EMPTY);
32 condset(rap,NOAPPLY,EMPTY);
60 code = EMPTY;
75 if (code == EMPTY)
77 else if (ap->a_code == EMPTY) {
/original-bsd/local/sccscmds/sccscmds.ok/com/
H A Dsetup.c28 condset(rap,APPLY,EMPTY);
32 condset(rap,NOAPPLY,EMPTY);
60 code = EMPTY;
75 if (code == EMPTY)
77 else if (ap->a_code == EMPTY) {
/original-bsd/games/gomoku/
H A Dmakemove.c49 if (sp->s_occ != EMPTY)
94 space = sp->s_occ == EMPTY;
99 else if (sp->s_occ == EMPTY)
108 if (sp->s_occ == EMPTY)
123 if (space && sp->s_occ == EMPTY) {
133 if (sp->s_occ == EMPTY)
164 if (fsp->s_occ == EMPTY) {
228 if (sp->s_occ == EMPTY) {
235 if (sp->s_occ == EMPTY) {
245 if (sp->s_occ == EMPTY) {
H A Dbdisp.c116 if (debug > 1 && sp->s_occ == EMPTY) { in bdisp()
149 if (debug > 1 && sp->s_occ == EMPTY) {
/original-bsd/games/cribbage/
H A Dio.c77 if (c.rank == EMPTY || c.suit == EMPTY)
117 if (c.rank == EMPTY)
223 rnk = sut = EMPTY;
235 rnk = EMPTY;
242 if (rnk == EMPTY)
245 sut = EMPTY;
252 if (sut != EMPTY)
256 rnk = EMPTY;
263 if (rnk == EMPTY)
279 sut = EMPTY;
[all …]
H A Ddeck.h43 #define EMPTY 13 macro
H A Dcards.c100 d[j].suit = d[j].rank = EMPTY;
/original-bsd/bin/sh/
H A Dredir.c37 #define EMPTY -2 /* marks an unused slot in redirtab */ macro
86 sv->renamed[i] = EMPTY;
92 if ((flags & REDIR_PUSH) && sv->renamed[fd] == EMPTY) {
94 if ((i = copyfd(fd, 10)) != EMPTY) {
99 if (i == EMPTY)
238 if (rp->renamed[i] != EMPTY) { in popredir()
293 rp->renamed[i] = EMPTY; in clearredir()
315 return EMPTY;
/original-bsd/usr.bin/sed/
H A Dcompile.c70 {'d', 2, EMPTY},
71 {'D', 2, EMPTY},
72 {'g', 2, EMPTY},
73 {'G', 2, EMPTY},
74 {'h', 2, EMPTY},
75 {'H', 2, EMPTY},
77 {'l', 2, EMPTY},
78 {'n', 2, EMPTY},
79 {'N', 2, EMPTY},
80 {'p', 2, EMPTY},
[all …]
H A Ddefs.h73 EMPTY, /* d D g G h H l n N p P q x = \0 */ enumerator
/original-bsd/games/trek/
H A Dklmove.c119 Sect[k->x][k->y] = EMPTY;
127 if (Sect[lookx][looky] != EMPTY)
132 if (Sect[lookx][looky] != EMPTY)
136 if (looky < 0 || looky >= NSECTS || Sect[lookx][looky] != EMPTY)
151 Sect[k->x][k->y] = EMPTY;
H A Dnova.c46 Sect[x][y] = EMPTY;
66 case EMPTY:
109 Sect[i][j] = EMPTY;
H A Dkill.c39 Sect[ix][iy] = EMPTY;
95 Sect[Etc.starbase.x][Etc.starbase.y] = EMPTY;
130 Sect[x][y] = EMPTY;
H A Dhelp.c89 Sect[Ship.sectx][Ship.secty] = EMPTY; in help()
109 if (dy < 0 || dy >= NSECTS || Sect[dx][dy] != EMPTY) in help()
H A Dabandon.c113 Sect[Ship.sectx][Ship.secty] = EMPTY; in abandon()
122 if (Sect[Ship.sectx][Ship.secty] == EMPTY) in abandon()
H A Dinitquad.c62 Sect[i][j] = EMPTY;
122 } while (Sect[i][j] != EMPTY);
H A Dtorped.c132 case EMPTY: in torped()
171 Sect[ix][iy] = EMPTY; in torped()
H A Dmove.c108 Sect[Ship.sectx][Ship.secty] = EMPTY;
165 if (Sect[ix][iy] != EMPTY)
/original-bsd/old/awk/
H A Dawk.def15 #define strfree(a) { if(a!=NULL && a!=EMPTY) { yfree(a);} a=EMPTY; }
17 #define isnull(x) ((x) == EMPTY || (x) == NULL)
36 extern char EMPTY[];
137 #define isfld(n) (!donefld && n.osub==CFLD && n.otype==OCELL && n.optr->nval==EMPTY)
138 #define isrec(n) (donefld && n.osub==CFLD && n.otype==OCELL && n.optr->nval!=EMPTY)
H A Dlib.c31 char EMPTY[] = ""; variable
38 #define FINIT {EMPTY, EMPTY, 0.0, FLD|STR}
180 fldtab[j].sval = EMPTY; in fldbld()
H A Dtran.c43 FILENAME = &setsymtab("FILENAME", EMPTY, 0.0, STR|FLD, symtab)->sval; in syminit()
44 nfloc = setsymtab("NF", EMPTY, 0.0, NUM, symtab); in syminit()
46 nrloc = setsymtab("NR", EMPTY, 0.0, NUM, symtab); in syminit()
93 if (s != EMPTY ) xfree(s); /* careful here */
/original-bsd/usr.bin/mail/
H A Dconfigdefs.h27 #define EMPTY "** empty **" macro
H A Dconfig.c39 EMPTY, EMPTYID, AN, /* Filled in dynamically */
/original-bsd/usr.bin/dc/
H A Ddc.c74 EMPTY; in commnds()
119 EMPTY; in commnds()
142 EMPTY; in commnds()
200 EMPTY; in commnds()
227 EMPTY; in commnds()
239 EMPTY; in commnds()
311 EMPTY; in commnds()
328 EMPTY; in commnds()
339 EMPTY; in commnds()
379 EMPTY; in commnds()
[all …]
/original-bsd/sys/sparc/sparc/
H A Dlocore.s880 EMPTY
884 EMPTY
1123 EMPTY
1193 EMPTY
3195 EMPTY
3198 EMPTY
3232 EMPTY
3245 EMPTY
3259 EMPTY
3273 EMPTY
[all …]

12