Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.sbin/mkhybrid/src/
Dwrite.c65 struct output_fragment * out_tail; variable
1166 if( out_tail == NULL ) in FDECL1()
1168 out_list = out_tail = frag; in FDECL1()
1172 out_tail->of_next = frag; in FDECL1()
1173 out_tail = frag; in FDECL1()
Dmkisofs.h207 extern struct output_fragment * out_tail;
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dtree.c1102 tree out_tail = NULL_TREE; local
1107 if (out_tail)
1108 TREE_CHAIN (out_tail) = next;
1111 out_tail = next;