Home
last modified time | relevance | path

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

/ndk/sources/host-tools/sed-4.2.1/sed/
Dexecute.c170 static struct append_queue *append_head = NULL; variable
601 append_head = n; in next_append_slot()
611 for (p=append_head; p; p=q) in release_append_queue()
619 append_head = append_tail = NULL; in release_append_queue()
629 for (p=append_head; p; p=p->next) in dump_append_queue()
861 if (append_head) /* redundant test to optimize for common case */