Home
last modified time | relevance | path

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

/openbsd/usr.bin/top/
H A Dscreen.c56 char ch_erase, ch_kill, smart_terminal; variable
153 ch_kill = old_settings.c_cc[VKILL]; in init_screen()
H A Dscreen.h39 extern char ch_kill; /* set to the user's kill character */
H A Ddisplay.c632 if (ch == ch_kill) { in readlinedumb()