OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:got_winch
(Results
1 - 4
of
4
) sorted by null
/external/mksh/src/
sh.h
750
/*
got_winch
= 1 when we need to re-adjust the window size */
752
EXTERN volatile sig_atomic_t
got_winch
E_INIT(1);
754
#define
got_winch
true
macro
[
all
...]
main.c
[
all
...]
var.c
1492
got_winch
= 0;
[
all
...]
edit.c
157
if (
got_winch
) {
[
all
...]
Completed in 794 milliseconds