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

/netbsd-6-1-5-RELEASE/lib/libedit/
H A Dterminal.c215 private FILE *terminal_outfile = NULL; variable
1213 if (terminal_outfile == NULL)
1215 return fputc(c, terminal_outfile);
1224 terminal_outfile = el->el_outfile;

Completed in 108 milliseconds