Lines Matching refs:NIL
14 #define NIL 0 macro
24 (isalnum(c) || ((c) != NIL && strchr(l_idchars, (c)) != NIL))
120 if (re == NIL) in convexp()
121 return (NIL); in convexp()
123 return (NIL); in convexp()
148 acs = NIL; in expconv()
149 cs = NIL; in expconv()
150 while (*ure != NIL) { in expconv()
158 if (cs == NIL || (*cs & STR) == 0) { in expconv()
173 if (acs != NIL && acs != cs) { in expconv()
179 acs = NIL; in expconv()
192 if (acs != NIL && acs != cs) { in expconv()
198 acs = NIL; in expconv()
214 if (acs != NIL && acs != cs) { in expconv()
220 acs = NIL; in expconv()
232 if (acs != NIL) { in expconv()
238 acs = NIL; in expconv()
250 if (acs != NIL && acs != cs) in expconv()
264 if (cs == NIL || (*cs & STR) == 0) { in expconv()
275 if (acs != NIL) { in expconv()
281 acs = NIL; in expconv()
323 if (re == NIL) in expmatch()
324 return (NIL); in expmatch()
352 return (NIL); in expmatch()
375 if (ptr != NIL) { in expmatch()
391 return (NIL); in expmatch()
412 if (ptr != NIL && s1 != s) { in expmatch()
418 } else if (ptr != NIL && (*cs & OPT)) { in expmatch()
422 } else if (ptr != NIL) { in expmatch()
425 return (NIL); in expmatch()
428 return (NIL); in expmatch()
434 return (NIL); in expmatch()
446 if (ptr != NIL && s1 != s) { in expmatch()
450 } else if (ptr != NIL && (*cs & OPT)) { in expmatch()
454 } else if (ptr != NIL) { in expmatch()
457 return (NIL); in expmatch()
464 return (NIL); in expmatch()
469 return(NIL); in expmatch()
501 return (NIL); in expmatch()
525 return (NIL); in expmatch()
548 return (NIL); in expmatch()