HomeSort by relevance Sort by last modified time
    Searched refs:got_winch (Results 1 - 4 of 4) sorted by null

  /external/mksh/src/
var.c 1116 if (got_winch)
    [all...]
sh.h 884 /* got_winch = 1 when we need to re-adjust the window size */
886 EXTERN volatile sig_atomic_t got_winch E_INIT(1);
888 #define got_winch true macro
    [all...]
main.c     [all...]
edit.c 146 if (got_winch) {
    [all...]

Completed in 66 milliseconds