Searched refs:fp_head (Results 1 – 1 of 1) sorted by relevance
48 static struct fp *fp_head; variable151 while (fp_head != NULL) in close_all_files()152 if (fp_head->pipe) in close_all_files()153 (void)Pclose(fp_head->fp); in close_all_files()155 (void)Fclose(fp_head->fp); in close_all_files()168 fpp->link = fp_head; in register_file()169 fp_head = fpp; in register_file()177 for (pp = &fp_head; (p = *pp) != NULL; pp = &p->link) in unregister_file()192 for (p = fp_head; p != NULL; p = p->link) in file_pid()