Searched refs:fp_head (Results 1 – 1 of 1) sorted by relevance
54 static struct fp *fp_head; variable157 while (fp_head != NULL) in close_all_files()158 if (fp_head->pipe) in close_all_files()159 (void)Pclose(fp_head->fp); in close_all_files()161 (void)Fclose(fp_head->fp); in close_all_files()174 fpp->link = fp_head; in register_file()175 fp_head = fpp; in register_file()183 for (pp = &fp_head; (p = *pp) != NULL; pp = &p->link) in unregister_file()198 for (p = fp_head; p != NULL; p = p->link) in file_pid()