HomeSort by: relevance | last modified time | path
    Searched refs:NIL (Results 1 - 10 of 10) sorted by relevancy

  /src/common/dist/zlib/contrib/puff/
puff.h 28 #ifndef NIL
29 # define NIL ((unsigned char *)0) /* for no output option */
puff.c 76 * - Move NIL to puff.h
184 if (s->out != NIL) {
465 if (s->out != NIL) {
490 if (s->out != NIL) {
804 s.outlen = *destlen; /* ignored if dest is NIL */
pufftest.c 137 ret = puff(NIL, &destlen, source + skip, &sourcelen);
  /src/libexec/talkd/
table.c 63 #define NIL ((TABLE_ENTRY *)0)
76 TABLE_ENTRY *table = NIL;
94 for (ptr = table; ptr != NIL; ptr = ptr->next) {
131 for (ptr = table; ptr != NIL; ptr = ptr->next) {
166 if (ptr == NIL) {
173 if (ptr->next != NIL)
175 ptr->last = NIL;
204 for (ptr = table; ptr != NIL; ptr = ptr->next) {
210 if (ptr != NIL) {
228 else if (ptr->last != NIL)
    [all...]
  /src/sys/arch/hppa/spmath/
md.h 64 #undef NIL
65 #define NIL 0
  /src/common/dist/zlib/contrib/pascal/
example.pas 93 if zfile = NIL then
121 if zfile = NIL then
191 c_stream.zalloc := NIL;
192 c_stream.zfree := NIL;
193 c_stream.opaque := NIL;
236 d_stream.zalloc := NIL;
237 d_stream.zfree := NIL;
238 d_stream.opaque := NIL;
277 c_stream.zalloc := NIL;
278 c_stream.zfree := NIL;
    [all...]
  /src/games/canfield/canfield/
canfield.c 151 #define NIL ((struct cardtype *) -1)
459 ptr != NIL;
497 ptr != NIL;
522 cards[i].next = NIL;
599 if (cp == NIL)
642 if (*cp != NIL)
660 if (*cp != NIL) {
694 deck[0]->next = NIL;
696 deck[13]->next = NIL;
698 found[i] = NIL;
    [all...]
  /src/common/dist/zlib/
deflate.c 87 #define NIL 0
174 s->head[s->hash_size - 1] = NIL; \
198 *p = (Pos)(m >= wsize ? m - wsize : NIL);
205 *p = (Pos)(m >= wsize ? m - wsize : NIL);
1358 s->strstart - (IPos)MAX_DIST(s) : NIL;
1834 hash_head = NIL;
1842 if (hash_head != NIL && s->strstart - hash_head <= MAX_DIST(s)) {
1934 hash_head = NIL;
1944 if (hash_head != NIL && s->prev_length < s->max_lazy_match &&
  /src/sys/net/
zlib.c 407 Posf *head; /* Heads of the hash chains or NIL. */
709 #define NIL 0
797 s->head[s->hash_size-1] = NIL; \
1360 s->strstart - (IPos)MAX_DIST(s) : NIL;
1624 *p = (Pos)(m >= wsize ? m-wsize : NIL);
1632 *p = (Pos)(m >= wsize ? m-wsize : NIL);
1761 IPos hash_head = NIL; /* head of the hash chain */
1788 if (hash_head != NIL && s->strstart - hash_head <= MAX_DIST(s)) {
1855 IPos hash_head = NIL; /* head of hash chain */
1885 if (hash_head != NIL && s->prev_length < s->max_lazy_match &
    [all...]
  /src/sys/arch/mac68k/mac68k/
macromasm.s 340 /* For now, we return NIL, because, well, we have no resources. */
353 movl %d0,%sp@(10) | return value is NIL

Completed in 22 milliseconds