Home
last modified time | relevance | path

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

/dragonfly/usr.bin/top/
H A Dscreen.c114 char ch_werase; variable
368 ch_werase = old_settings.sg_werase; in screen_init()
401 ch_werase = old_settings.c_cc[VWERASE]; in screen_init()
426 ch_werase = old_settings.c_cc[VWERASE]; in screen_init()
H A Dscreen.h45 extern char ch_werase; /* set to the user's werase character */
H A Ddisplay.c1909 else if (ch == ch_werase) in readline()