Lines Matching refs:next
68 DirNode *next; /* The next directory in the list */
76 DirNode *next; /* The next unused node between head and tail */
182 ef->cache.next = NULL;
252 for(dnode=ef->cache.head; dnode; dnode=dnode->next)
259 ef->cache.head = ef->cache.tail = ef->cache.next = NULL;
548 * next character of the pattern is a directory separator,
659 * next.
696 if(!cache->next) {
706 node->next = NULL;
724 cache->tail->next = node;
727 cache->next = cache->tail = node;
732 node = cache->next;
744 cache->next = node->next;
746 node->prev->next = node->next;
748 cache->head = node->next;
749 if(node->next)
750 node->next->prev = node->prev;
753 node->next = node->prev = NULL;
784 node->next = NULL;
787 cache->tail->next = node;
790 if(!cache->next)
791 cache->next = node;
820 * Handle the next character of the pattern.
1270 int lnum; /* The sequential number of the line to print next */
1425 * Pad to the next column, using as few sub-strings of the spaces[]