Lines Matching refs:NIL
44 #if !defined(NIL)
45 # define NIL ((char)0) macro
413 while ((*first != NIL) && (*second != NIL))
422 return ((*first == NIL) && (*second == NIL));
538 while ((*first != NIL) && (*second != NIL) && (cnt <= max))
548 return ((cnt == max) || ((*first == NIL) && (*second == NIL)));
643 while ( (ch = *string++) != NIL )
744 if (NIL == *string)
746 return (NIL == *pattern);
797 if (NIL == *string)
799 return (NIL == *pattern);
847 while (*source != NIL)