PIPE              741 htags/fileindex.c 	FILE *PIPE;
PIPE              759 htags/fileindex.c 	if ((PIPE = popen(command, "r")) == NULL)
PIPE              762 htags/fileindex.c 	while ((ctags_x = strbuf_fgets(input, PIPE, STRBUF_NOCRLF)) != NULL) {
PIPE              797 htags/fileindex.c 	if (pclose(PIPE) != 0)