Home
last modified time | relevance | path

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

/external/mksh/src/
Dsh.h752 EXTERN volatile sig_atomic_t got_winch E_INIT(1);
754 #define got_winch true macro
Dmain.c1662 got_winch = 1; in x_sigwinch()
Dvar.c1492 got_winch = 0; in change_winsz()
Dedit.c157 if (got_winch) { in x_getc()