Searched refs:file_ptrs (Results 1 – 1 of 1) sorted by relevance
376 static struct output *get_openfile P_((struct output **file_ptrs, const char *mode, int fail));378 get_openfile(file_ptrs, mode, fail) in get_openfile() argument379 struct output **file_ptrs; in get_openfile()389 for (p=*file_ptrs; p; p=p->link)416 p->link = *file_ptrs;417 *file_ptrs = p;