Searched refs:pipef (Results 1 – 5 of 5) sorted by relevance
451 pipef = NULL; in type1()470 pipef = obuf; in type1()485 pipef = NULL; in type1()
121 FILE *pipef; /* Pipe file we have opened */ variable
815 if (head->fp == pipef) { in stop()816 npclose(pipef); in stop()817 pipef = NULL; in stop()
106 extern FILE *pipef; /* Pipe file we have opened */
7688 setup_uncompress(FILE **pipef) in setup_uncompress() argument7706 (*pipef = popen(cmd_buf, "w")) == NULL) { in setup_uncompress()7713 Ofile = fileno(*pipef); in setup_uncompress()