Home
last modified time | relevance | path

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

/freebsd/contrib/ee/
H A Dnew_curse.c2263 int old_arg; local
2279 old_arg = fcntl(0, F_GETFL, 0);
2280 in_value = fcntl(0, F_SETFL, old_arg | FNDELAY);
2285 fcntl(0, F_SETFL, old_arg);
2822 int old_arg, value; in endwin() local