Symbol: NIL
common/dist/zlib/deflate.c
1399
s->strstart - (IPos)MAX_DIST(s) : NIL;
common/dist/zlib/deflate.c
174
s->head[s->hash_size - 1] = NIL; \
common/dist/zlib/deflate.c
1880
hash_head = NIL;
common/dist/zlib/deflate.c
1888
if (hash_head != NIL && s->strstart - hash_head <= MAX_DIST(s)) {
common/dist/zlib/deflate.c
198
*p = (Pos)(m >= wsize ? m - wsize : NIL);
common/dist/zlib/deflate.c
1980
hash_head = NIL;
common/dist/zlib/deflate.c
1990
if (hash_head != NIL && s->prev_length < s->max_lazy_match &&
common/dist/zlib/deflate.c
205
*p = (Pos)(m >= wsize ? m - wsize : NIL);
games/canfield/canfield/canfield.c
1026
if (talon != NIL && (talon->visible == FALSE)) {
games/canfield/canfield/canfield.c
1067
for (ptr = talon; ptr != NIL; ptr = ptr->next) {
games/canfield/canfield/canfield.c
1071
for (ptr = hand; ptr != NIL; ptr = ptr->next) {
games/canfield/canfield/canfield.c
1086
for (ptr = stock, row = stockrow; ptr != NIL; ptr = ptr->next, row++) {
games/canfield/canfield/canfield.c
1091
if (stock == NIL) {
games/canfield/canfield/canfield.c
1177
if (tableau[des] == NIL)
games/canfield/canfield/canfield.c
1233
bottom[sour] = NIL;
games/canfield/canfield/canfield.c
1234
if (bottom[des] == NIL)
games/canfield/canfield/canfield.c
1238
tableau[sour] = NIL;
games/canfield/canfield/canfield.c
1287
if (found[tempbase] != NIL)
games/canfield/canfield/canfield.c
1414
if (talon == NIL && hand != NIL)
games/canfield/canfield/canfield.c
459
ptr != NIL;
games/canfield/canfield/canfield.c
497
ptr != NIL;
games/canfield/canfield/canfield.c
522
cards[i].next = NIL;
games/canfield/canfield/canfield.c
599
if (cp == NIL)
games/canfield/canfield/canfield.c
642
if (*cp != NIL)
games/canfield/canfield/canfield.c
660
if (*cp != NIL) {
games/canfield/canfield/canfield.c
694
deck[0]->next = NIL;
games/canfield/canfield/canfield.c
696
deck[13]->next = NIL;
games/canfield/canfield/canfield.c
698
found[i] = NIL;
games/canfield/canfield/canfield.c
702
deck[i]->next = NIL;
games/canfield/canfield/canfield.c
711
deck[decksize-1]->next = NIL;
games/canfield/canfield/canfield.c
712
talon = NIL;
games/canfield/canfield/canfield.c
810
if (cp == NIL) {
games/canfield/canfield/canfield.c
854
if ((cp == stock) && (tableau[des] == NIL))
games/canfield/canfield/canfield.c
856
else if (tableau[des] == NIL)
games/canfield/canfield/canfield.c
857
if (stock == NIL &&
games/canfield/canfield/canfield.c
885
else if (talon != NIL) {
games/canfield/canfield/canfield.c
894
while (talon != NIL) {
games/canfield/canfield/canfield.c
973
ptr != NIL;
games/canfield/canfield/canfield.c
985
ptr != NIL;
libexec/talkd/table.c
132
for (ptr = table; ptr != NIL; ptr = ptr->next) {
libexec/talkd/table.c
167
if (ptr == NIL) {
libexec/talkd/table.c
174
if (ptr->next != NIL)
libexec/talkd/table.c
176
ptr->last = NIL;
libexec/talkd/table.c
205
for (ptr = table; ptr != NIL; ptr = ptr->next) {
libexec/talkd/table.c
211
if (ptr != NIL) {
libexec/talkd/table.c
229
else if (ptr->last != NIL)
libexec/talkd/table.c
231
if (ptr->next != NIL)
libexec/talkd/table.c
77
TABLE_ENTRY *table = NIL;
libexec/talkd/table.c
95
for (ptr = table; ptr != NIL; ptr = ptr->next) {
sys/net/zlib.c
1360
s->strstart - (IPos)MAX_DIST(s) : NIL;
sys/net/zlib.c
1624
*p = (Pos)(m >= wsize ? m-wsize : NIL);
sys/net/zlib.c
1632
*p = (Pos)(m >= wsize ? m-wsize : NIL);
sys/net/zlib.c
1761
IPos hash_head = NIL; /* head of the hash chain */
sys/net/zlib.c
1788
if (hash_head != NIL && s->strstart - hash_head <= MAX_DIST(s)) {
sys/net/zlib.c
1855
IPos hash_head = NIL; /* head of hash chain */
sys/net/zlib.c
1885
if (hash_head != NIL && s->prev_length < s->max_lazy_match &&
sys/net/zlib.c
797
s->head[s->hash_size-1] = NIL; \