Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/top/dist/
H A Dscreen.c133 static char *terminal_end; variable
312 terminal_end = tgetstr("te", &bufptr); in screen_readtermcap()
465 putcap(terminal_end); in screen_end()
/netbsd-src/lib/libedit/
H A Dterminal.h99 libedit_private void terminal_end(EditLine *);
H A Del.c139 terminal_end(el); in el_end()
H A Dterminal.c306 terminal_end(el); in terminal_init()
314 terminal_end(EditLine *el) in terminal_end() function