Searched refs:altpipe (Results 1 – 1 of 1) sorted by relevance
328 FILE *altpipe = get_altpipe(ifile); in close_altpipe() 329 if (altpipe != NULL && !(ch_getflags() & CH_KEEPOPEN)) in close_altpipe() 331 close_pipe(altpipe); in close_altpipe() 337 * Check for error status from the current altpipe. in check_altpipe_error() 405 static int edit_error(constant char *filename, constant char *alt_filename, void *altpipe, IFILE ifile) in edit_error() 409 close_pipe(altpipe); in edit_error() 440 void *altpipe; in edit_ifile() 461 altpipe = get_altpipe(ifile); in edit_ifile() 462 if (altpipe != NULL) in edit_ifile() 480 alt_filename = open_altfile(filename, &f, &altpipe); in edit_ifile() 325 FILE *altpipe = get_altpipe(ifile); close_altpipe() local 402 edit_error(char * filename,char * alt_filename,void * altpipe,IFILE ifile,IFILE was_curr_ifile) edit_error() argument 439 void *altpipe; edit_ifile() local [all...]