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

/freebsd-9.3-release/usr.bin/vgrind/
H A Dregexp.c53 #define NIL 0 macro
157 if (re == NIL)
158 return (NIL);
160 return (NIL);
185 acs = NIL;
186 cs = NIL;
187 while (*ure != NIL) {
195 if (cs == NIL || (*cs & STR) == 0) {
210 if (acs != NIL && acs != cs) {
216 acs = NIL;
[all...]
H A Dvfontedpr.c57 #define NIL 0 macro
253 *cpp = NIL;
394 if (nocomptr != NIL)
395 if ((nocomptr <= comptr || comptr == NIL)
396 && (nocomptr <= acmptr || acmptr == NIL)) {
404 if (comptr != NIL)
405 if ((comptr < strptr || strptr == NIL)
406 && (comptr < acmptr || acmptr == NIL)
407 && (comptr < chrptr || chrptr == NIL)
408 && (comptr < blksptr || blksptr == NIL)
[all...]
/freebsd-9.3-release/usr.bin/lex/
H A Decs.c91 if ( bck[i] == NIL )
94 for ( j = fwd[i]; j != NIL; j = fwd[j] )
143 for ( i = fwd[cclm]; i != NIL && i <= llsiz; i = fwd[i] )
183 if ( oldec != NIL )
191 if ( bck[cclm] != NIL || oldec != bck[cclm] )
193 bck[cclm] = NIL;
194 fwd[oldec] = NIL;
197 fwd[newec] = NIL;
219 if ( fwd[tch] != NIL )
222 if ( bck[tch] != NIL )
[all...]
H A Dnfa.c123 if ( anum != NIL )
298 if ( first == NIL )
301 else if ( last == NIL )
461 if ( first == NIL )
464 else if ( second == NIL )
479 accptnum[finalst[first]] == NIL )
486 accptnum[finalst[second]] == NIL )
626 accptnum[lastnfa] = NIL;
H A Dtblcmp.c119 for ( i = firstprot; i != NIL; i = protnext[i] )
139 if ( firstprot != NIL )
158 for ( i = minprot; i != NIL; i = protnext[i] )
454 tecbck[1] = NIL;
462 tecfwd[numecs] = NIL;
686 protnext[lastprot] = NIL;
694 if ( firstprot != NIL )
776 if ( protnext[qelm] != NIL )
779 protprev[qelm] = NIL;
H A Ddfa.c268 if ( nfaccnum != NIL ) \
300 if ( nfaccnum != NIL || transchar[state] != SYM_EPSILON ) \
431 duplist[i] = NIL;
436 accset[i] = NIL;
618 if ( duplist[sym] == NIL )
678 duplist[sym] = NIL;
1032 duplist[1] = NIL;
1033 dupfwd[numecs] = NIL;
H A Dmain.c255 ecgroup[1] = NIL;
263 nextecm[csize] = NIL;
841 firstprot = NIL;
H A Dflexdef.h188 /* NIL must be 0. If not, its special meaning when making equivalence classes
191 #define NIL 0 macro
194 #define NO_TRANSITION NIL
/freebsd-9.3-release/usr.sbin/IPXrouted/
H A Daf.c63 #define NIL \ macro
78 { NIL, NIL, NIL, NIL, NIL, NIL, NIL, NIL, NIL, NI
[all...]
/freebsd-9.3-release/sbin/rcorder/
H A Dsprite.h91 #define NIL ~0 macro
/freebsd-9.3-release/libexec/talkd/
H A Dtable.c65 #define NIL ((TABLE_ENTRY *)0) macro
81 TABLE_ENTRY *table = NIL;
97 for (ptr = table; ptr != NIL; ptr = ptr->next) {
134 for (ptr = table; ptr != NIL; ptr = ptr->next) {
169 if (ptr == NIL) {
176 if (ptr->next != NIL)
178 ptr->last = NIL;
208 for (ptr = table; ptr != NIL; ptr = ptr->next) {
214 if (ptr != NIL) {
232 else if (ptr->last != NIL)
[all...]
/freebsd-9.3-release/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-9.3-release/tools/build/make_check/
H A DMakefile9 BAR${NIL}= ${FOO}
21 NIL= macro
82 @echo EMPTY ${NIL:=foo} LHS | \
/freebsd-9.3-release/contrib/nvi/perl_api/
H A Dperlsfio.c45 #define NIL(type) ((type)0) macro
/freebsd-9.3-release/lib/libz/
H A Ddeflate.c104 #define NIL 0 macro
197 s->head[s->hash_size-1] = NIL; \
1159 s->strstart - (IPos)MAX_DIST(s) : NIL;
1436 *p = (Pos)(m >= wsize ? m-wsize : NIL);
1444 *p = (Pos)(m >= wsize ? m-wsize : NIL);
1652 hash_head = NIL;
1660 if (hash_head != NIL && s->strstart - hash_head <= MAX_DIST(s)) {
1755 hash_head = NIL;
1765 if (hash_head != NIL && s->prev_length < s->max_lazy_match &&
/freebsd-9.3-release/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-9.3-release/sys/net/
H A Dzlib.c384 Posf *head; /* Heads of the hash chains or NIL. */
643 #define NIL 0 macro
722 s->head[s->hash_size-1] = NIL; \
1284 s->strstart - (IPos)MAX_DIST(s) : NIL;
1492 *p = (Pos)(m >= wsize ? m-wsize : NIL);
1499 *p = (Pos)(m >= wsize ? m-wsize : NIL);
1632 IPos hash_head = NIL; /* head of the hash chain */
1659 if (hash_head != NIL && s->strstart - hash_head <= MAX_DIST(s)) {
1725 IPos hash_head = NIL; /* head of hash chain */
1755 if (hash_head != NIL
[all...]
/freebsd-9.3-release/sys/mips/mips/
H A Dsupport.S142 * Copy a NIL-terminated string, at most maxlen characters long. Return the
143 * number of characters copied (including the NIL) in *lencopied. If the
153 sb v0, 0(a1) # each byte until NIL

Completed in 151 milliseconds