Lines Matching defs:NiL
52 #ifndef NiL
54 #define NiL 0
56 #define NiL (char*)0
332 report(comment, NiL, re, s, NiL, 0, 0, expand);
444 bad("invalid C \\ escape\n", NiL, NiL, 0);
509 report("failed: match was", NiL, re, s, NiL, flags, unspecified, expand);
526 report("failed: match was", NiL, re, s, NiL, flags, unspecified, expand);
534 report("failed: overran match array", NiL, re, s, NiL, flags, unspecified, expand);
535 matchprint(match, nmatch + 1, NiL);
554 sigprocmask(op, &mask, NiL);
770 bad("too many fields\n", NiL, NiL, 0);
779 bad("NIL spec\n", NiL, NiL, 0);
796 bad("nmatch too large\n", spec, NiL, 0);
808 bad("locale query expected\n", NiL, NiL, 0);
815 bad("locale nesting not supported\n", NiL, NiL, 0);
817 bad("locale field expected\n", NiL, NiL, 0);
944 bad("invalid {...} nesting\n", NiL, NiL, 0);
969 bad("bad spec\n", spec, NiL, 0);
978 bad("too few fields\n", NiL, NiL, 0);
986 bad("NIL answer\n", NiL, NiL, 0);
1114 matchprint(match, nmatch, NiL);
1125 report("failed: no match but match array assigned", NiL, re, s, msg, nmatch, unspecified, expand);
1126 matchprint(match, nmatch, NiL);