HomeSort by relevance Sort by last modified time
    Searched full:append_queue (Results 1 - 2 of 2) sorted by null

  /ndk/sources/host-tools/sed-4.2.1/sed/
execute.c 107 struct append_queue {
111 struct append_queue *next;
171 static struct append_queue *append_head = NULL;
172 static struct append_queue *append_tail = NULL;
590 static struct append_queue *next_append_slot P_((void));
591 static struct append_queue *
594 struct append_queue *n = MALLOC(1, struct append_queue);
613 struct append_queue *p, *q;
630 struct append_queue *p
106 struct append_queue { struct
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/
ChangeLog 973 * src/execute.c (append_queue): Added 'free' field
    [all...]

Completed in 244 milliseconds