PIPE 802 htags/fileindex.c FILE *PIPE; PIPE 820 htags/fileindex.c if ((PIPE = popen(command, "r")) == NULL) PIPE 823 htags/fileindex.c while ((ctags_x = strbuf_fgets(input, PIPE, STRBUF_NOCRLF)) != NULL) { PIPE 858 htags/fileindex.c if (pclose(PIPE) != 0)