Home
last modified time | relevance | path

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

/netbsd-src/lib/libedit/
H A Dterminal.h106 libedit_private void terminal_writec(EditLine *, wint_t);
H A Demacs.c66 terminal_writec(el, c); /* then do an EOF */ in em_delete_or_list()
H A Dcommon.c165 terminal_writec(el, c); in ed_delete_next_char()
H A Dvi.c618 terminal_writec(el, c); /* then do a EOF */ in vi_list_or_eof()
H A Dterminal.c1252 terminal_writec(EditLine *el, wint_t c) in terminal_writec() function