Searched refs:NIL (Results 1 - 18 of 18) sorted by relevance

/freebsd-11-stable/contrib/flex/
H A Decs.c90 if (bck[i] == NIL) {
92 for (j = fwd[i]; j != NIL; j = fwd[j])
140 for (i = fwd[cclm]; i != NIL && i <= llsiz; i = fwd[i]) { /* look for the symbol in the character class */
177 if (oldec != NIL)
185 if (bck[cclm] != NIL || oldec != bck[cclm]) {
186 bck[cclm] = NIL;
187 fwd[oldec] = NIL;
190 fwd[newec] = NIL;
211 if (fwd[tch] != NIL)
214 if (bck[tch] != NIL)
[all...]
H A Dnfa.c124 if (anum != NIL)
307 if (first == NIL)
310 else if (last == NIL)
464 if (first == NIL)
467 else if (second == NIL)
481 accptnum[finalst[first]] == NIL) {
487 accptnum[finalst[second]] == NIL) {
624 accptnum[lastnfa] = NIL;
H A Dtblcmp.c119 for (i = firstprot; i != NIL; i = protnext[i])
137 if (firstprot != NIL) {
155 for (i = minprot; i != NIL; i = protnext[i]) {
440 tecbck[1] = NIL;
447 tecfwd[numecs] = NIL;
656 protnext[lastprot] = NIL;
664 if (firstprot != NIL)
744 if (protnext[qelm] != NIL)
747 protprev[qelm] = NIL;
H A Ddfa.c257 if ( nfaccnum != NIL ) \
289 if ( nfaccnum != NIL || transchar[state] != SYM_EPSILON ) \
420 duplist[i] = NIL;
425 accset[i] = NIL;
633 if (duplist[sym] == NIL) {
696 duplist[sym] = NIL;
1039 duplist[1] = NIL;
1040 dupfwd[numecs] = NIL;
H A Dflexdef.h222 /* NIL must be 0. If not, its special meaning when making equivalence classes
225 #define NIL 0 macro
228 #define NO_TRANSITION NIL
H A Dmain.c311 ecgroup[1] = NIL;
318 nextecm[csize] = NIL;
1445 firstprot = NIL;
/freebsd-11-stable/sbin/rcorder/
H A Dsprite.h94 #define NIL ~0 macro
/freebsd-11-stable/libexec/talkd/
H A Dtable.c61 #define NIL ((TABLE_ENTRY *)0) macro
76 static TABLE_ENTRY *table = NIL;
92 for (ptr = table; ptr != NIL; ptr = next) {
130 for (ptr = table; ptr != NIL; ptr = next) {
166 if (ptr == NIL) {
173 if (ptr->next != NIL)
175 ptr->last = NIL;
204 for (ptr = table; ptr != NIL; ptr = ptr->next) {
210 if (ptr != NIL) {
228 else if (ptr->last != NIL)
[all...]
/freebsd-11-stable/contrib/one-true-awk/
H A Dawkgram.y127 { --inloop; $$ = stat4(FOR, $3, NIL, $7, $10); }
175 pa_pat { $$ = stat2(PASTAT, $1, stat2(PRINT, rectonode(), NIL)); }
177 | pa_pat ',' opt_nl pa_pat { $$ = pa2stat($1, $4, stat2(PRINT, rectonode(), NIL)); }
179 | lbrace stmtlist '}' { $$ = stat2(PASTAT, NIL, $2); }
206 | ppattern MATCHOP reg_expr { $$ = op3($2, NIL, $1, (Node*)makedfa($3, 0)); }
209 $$ = op3($2, NIL, $1, (Node*)makedfa(strnode($3), 0));
233 | pattern MATCHOP reg_expr { $$ = op3($2, NIL, $1, (Node*)makedfa($3, 0)); }
236 $$ = op3($2, NIL, $1, (Node*)makedfa(strnode($3), 0));
282 { $$ = op3(MATCH, NIL, rectonode(), (Node*)makedfa($1, 0)); }
304 | print prarg { $$ = stat3($1, $2, NIL, NI
[all...]
H A Db.c131 p1 = op2(CAT, op2(STAR, op2(ALL, NIL, NIL), NIL), p);
133 p1 = op2(CAT, p1, op2(FINAL, NIL, NIL));
633 return(op2(EMPTYRE, NIL, NIL));
652 np = op2(CHAR, NIL, itonp(rlxval));
657 return (unary(op2(ALL, NIL, NIL)));
[all...]
H A Dawk.h140 #define NIL ((Node *) 0) macro
/freebsd-11-stable/tools/build/make_check/
H A DMakefile12 BAR${NIL}= ${FOO}
24 NIL= macro
85 @echo EMPTY ${NIL:=foo} LHS | \
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Ddeflate.c110 #define NIL 0 macro
205 s->head[s->hash_size-1] = NIL; \
1044 s->strstart - (IPos)MAX_DIST(s) : NIL;
1317 *p = (Pos)(m >= wsize ? m-wsize : NIL);
1325 *p = (Pos)(m >= wsize ? m-wsize : NIL);
1458 IPos hash_head = NIL; /* head of the hash chain */
1485 if (hash_head != NIL && s->strstart - hash_head <= MAX_DIST(s)) {
1564 IPos hash_head = NIL; /* head of hash chain */
1594 if (hash_head != NIL && s->prev_length < s->max_lazy_match &&
/freebsd-11-stable/contrib/libpcap/msdos/
H A Dpkt_rx1.s124 @skip: xor di, di ; return ES:DI = NIL pointer
H A Dpkt_rx0.asm164 @skip: xor di, di ; return ES:DI = NIL pointer
/freebsd-11-stable/sys/contrib/zlib/
H A Ddeflate.c107 #define NIL 0 macro
193 s->head[s->hash_size-1] = NIL; \
212 *p = (Pos)(m >= wsize ? m - wsize : NIL);
219 *p = (Pos)(m >= wsize ? m - wsize : NIL);
1247 s->strstart - (IPos)MAX_DIST(s) : NIL;
1848 hash_head = NIL;
1856 if (hash_head != NIL && s->strstart - hash_head <= MAX_DIST(s)) {
1951 hash_head = NIL;
1961 if (hash_head != NIL && s->prev_length < s->max_lazy_match &&
/freebsd-11-stable/sys/libkern/
H A Dzlib.c391 Posf *head; /* Heads of the hash chains or NIL. */
650 #define NIL 0 macro
729 s->head[s->hash_size-1] = NIL; \
1291 s->strstart - (IPos)MAX_DIST(s) : NIL;
1499 *p = (Pos)(m >= wsize ? m-wsize : NIL);
1506 *p = (Pos)(m >= wsize ? m-wsize : NIL);
1639 IPos hash_head = NIL; /* head of the hash chain */
1666 if (hash_head != NIL && s->strstart - hash_head <= MAX_DIST(s)) {
1732 IPos hash_head = NIL; /* head of hash chain */
1762 if (hash_head != NIL
[all...]
/freebsd-11-stable/sys/mips/mips/
H A Dsupport.S141 * Copy a NIL-terminated string, at most maxlen characters long. Return the
142 * number of characters copied (including the NIL) in *lencopied. If the
152 sb v0, 0(a1) # each byte until NIL

Completed in 235 milliseconds