Searched refs:term_orig (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/miscutils/
H A Dless.c120 struct termios term_orig, term_less; member in struct:globals
150 #define term_orig (G.term_orig ) macro
165 tcsetattr(kbd_fd, TCSANOW, &term_orig);
1354 tcgetattr(kbd_fd, &term_orig);
1357 term_less = term_orig;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/editors/
H A Dvi.c183 struct termios term_orig, term_vi; // remember what the cooked mode was member in struct:globals
200 #define term_orig (G.term_orig ) macro
2074 tcgetattr(0, &term_orig);
2075 term_vi = term_orig;
2088 tcsetattr(0, TCSANOW, &term_orig);

Completed in 62 milliseconds