Home
last modified time | relevance | path

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

/ndk/sources/host-tools/sed-4.2.1/sed/
Dexecute.c106 struct append_queue { struct
110 struct append_queue *next; argument
170 static struct append_queue *append_head = NULL;
171 static struct append_queue *append_tail = NULL;
586 static struct append_queue *next_append_slot P_((void));
587 static struct append_queue *
590 struct append_queue *n = MALLOC(1, struct append_queue); in next_append_slot()
609 struct append_queue *p, *q; in release_append_queue()
626 struct append_queue *p; in dump_append_queue()
1403 struct append_queue *aq = next_append_slot();
[all …]
/ndk/sources/host-tools/sed-4.2.1/
DChangeLog973 * src/execute.c (append_queue): Added 'free' field
2641 redesigned append-space algorithm; added append_queue structure and