Home
last modified time | relevance | path

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

/dports/archivers/gtar/tar-1.34/src/
H A Dexclist.c46 static struct excfile *excfile_head, *excfile_tail; variable
55 if (excfile_tail) in excfile_add()
56 excfile_tail->next = p; in excfile_add()
59 excfile_tail = p; in excfile_add()
/dports/archivers/gtar/tar-1.34/
H A DChangeLog1911 * src/exclist.c (excfile_head, excfile_tail, vcs_ignore_files):