Home
last modified time | relevance | path

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

/coreutils/src/
Djoin.c51 struct outlist struct
60 struct outlist *next; argument
132 static struct outlist outlist_head;
135 static struct outlist *outlist_end = &outlist_head;
589 const struct outlist *outlist; in prjoin() local
594 outlist = outlist_head.next; in prjoin()
595 if (outlist) in prjoin()
597 const struct outlist *o; in prjoin()
599 o = outlist; in prjoin()
819 struct outlist *o; in add_field()