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

/freebsd-11-stable/contrib/ncurses/progs/
H A Dtic.c397 copy_input(FILE *source, const char *filename, char *alt_file) argument
404 if (alt_file == 0)
405 alt_file = my_altfile;
409 } else if ((target = open_tempfile(alt_file)) == 0) {
433 result = fopen(alt_file, "r+");
435 to_remove = strdup(alt_file);
441 open_input(const char *filename, char *alt_file) argument
448 fp = copy_input(stdin, STDIN_NAME, alt_file);
464 if (alt_file != 0) {
465 FILE *fp2 = copy_input(fp, filename, alt_file);
[all...]

Completed in 56 milliseconds