Searched refs:copy_input (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/ncurses/progs/
H A Dtic.c397 copy_input(FILE *source, const char *filename, char *alt_file) function
408 failed("copy_input (source)");
410 failed("copy_input (target)");
448 fp = copy_input(stdin, STDIN_NAME, alt_file);
465 FILE *fp2 = copy_input(fp, filename, alt_file);

Completed in 107 milliseconds