Searched refs:append_head (Results 1 - 1 of 1) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/sed/
H A Dexecute.c171 static struct append_queue *append_head = NULL;
605 append_head = n;
615 for (p=append_head; p; p=q)
623 append_head = append_tail = NULL;
633 for (p=append_head; p; p=p->next)
866 if (append_head) /* redundant test to optimize for common case */
170 static struct append_queue *append_head = NULL; variable in typeref:struct:append_queue

Completed in 77 milliseconds