Home | History | Annotate | Download | only in libxml2

Lines Matching refs:NIL

44 #if !defined(NIL)
45 # define NIL ((char)0)
407 while ((*first != NIL) && (*second != NIL))
416 return ((*first == NIL) && (*second == NIL));
532 while ((*first != NIL) && (*second != NIL) && (cnt <= max))
542 return ((cnt == max) || ((*first == NIL) && (*second == NIL)));
637 while ( (ch = *string++) != NIL )
738 if (NIL == *string)
740 return (NIL == *pattern);
791 if (NIL == *string)
793 return (NIL == *pattern);
841 while (*source != NIL)