Home
last modified time | relevance | path

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

/ndk/sources/host-tools/sed-4.2.1/sed/
Dexecute.c171 static struct append_queue *append_tail = NULL; variable
598 if (append_tail) in next_append_slot()
599 append_tail->next = n; in next_append_slot()
602 return append_tail = n; in next_append_slot()
619 append_head = append_tail = NULL; in release_append_queue()