Home
last modified time | relevance | path

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

/freebsd/contrib/libedit/
H A Dterminal.c220 static int terminal_putc(int);
1199 terminal_putc(int c) in terminal_putc() function
1213 (void)tputs(cap, affcnt, terminal_putc); in terminal_tputs()