Home
last modified time | relevance | path

Searched refs:open_tempfile (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/ncurses/progs/
H A Dtic.c389 open_tempfile(char *filename) in open_tempfile() function
421 } else if ((target = open_tempfile(alt_file)) == NULL) { in copy_input()
933 if ((tmp_fp = open_tempfile(my_tmpname)) != NULL) { in main()
/freebsd/contrib/ncurses/
H A DNEWS11742 + correct an uninitialized parameter to open_tempfile() in tic.c which