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

  /src/common/dist/zlib/contrib/puff/
puff.h 28 #ifndef NIL
29 # define NIL ((unsigned char *)0) /* for no output option */
  /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/
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/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/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...]

Completed in 17 milliseconds