Searched refs:fp_head (Results 1 – 1 of 1) sorted by relevance
49 static struct fp *fp_head; variable153 while (fp_head) in close_all_files()154 if (fp_head->pipe) in close_all_files()155 (void)Pclose(fp_head->fp); in close_all_files()157 (void)Fclose(fp_head->fp); in close_all_files()170 fpp->link = fp_head; in register_file()171 fp_head = fpp; in register_file()179 for (pp = &fp_head; (p = *pp) != NULL; pp = &p->link) in unregister_file()193 for (p = fp_head; p; p = p->link) in file_pid()