Searched refs:exclude_writer (Results 1 – 2 of 2) sorted by relevance
1529 add_tlist (to, add, exclude_writer, copy) in add_tlist() argument1532 tree exclude_writer;1540 if (! exclude_writer || add->writer != exclude_writer)
1170 add_tlist (struct tlist **to, struct tlist *add, tree exclude_writer, int copy) in add_tlist() argument1177 if (!exclude_writer || add->writer != exclude_writer) in add_tlist()