Searched refs:pipesize (Results 1 – 3 of 3) sorted by relevance
171 extern int pipesize;242 if ((int)diff+1 > pipesize) in acknowledge()243 pipesize = (int)diff+1; in acknowledge()
56 int pipesize = -1; variable524 if ((preload < screen_width && pipesize < screen_width) || in pinger()1051 if (pipesize > 1) { in finish()1052 printf("%spipe %d", comma, pipesize); in finish()
4523 popen(const char *command, const char *mode, int pipesize, int *err) in popen() argument4542 if ((rc = DosCreatePipe(&pipeh[0], &pipeh[1], pipesize)) != NO_ERROR) { in popen()