Home
last modified time | relevance | path

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

/freebsd/usr.bin/top/
H A Dscreen.c37 char ch_erase; variable
197 ch_erase = old_settings.c_cc[VERASE]; in init_screen()
H A Dscreen.h12 extern char ch_erase; /* set to the user's erase character */
H A Ddisplay.c1071 else if (ch == ch_erase) in readline()