Lines Matching defs:NiL
111 n = strton(s, &p, NiL, 0);
148 (*disc->errorf)(NiL, disc, ERROR_SYSTEM|2, "%d: element size must be one of { 1 2 4 }", element);
154 (*disc->errorf)(NiL, disc, ERROR_SYSTEM|2, "%d: tuple size must > 0", tuple);
160 disc->resizehandle = (*disc->resizef)(NiL, NiL, 0);
161 if (!(ire = (Ire_t*)(*disc->resizef)(disc->resizehandle, NiL, sizeof(Ire_t))))
164 (*disc->errorf)(NiL, disc, ERROR_SYSTEM|2, "out of space");
166 (*disc->resizef)(disc->resizehandle, NiL, 0);
174 (*disc->errorf)(NiL, disc, ERROR_SYSTEM|2, "out of space");
180 (*disc->errorf)(NiL, disc, ERROR_SYSTEM|2, "out of space");
388 (*disc->errorf)(NiL, disc, 2, "%-.*s<<<: invalid regular expression", s - (char*)pattern + 1, pattern);
420 (*ire->disc->resizef)(ire->disc->resizehandle, NiL, 0);