Searched refs:echofd (Results 1 - 4 of 4) sorted by relevance

/haiku/src/bin/unzip/
H A Dttyio.c295 static int echofd=(-1); /* file descriptor whose echo is off */ variable
307 GLOBAL(echofd) = f; variable
314 * Turn echo back on for file descriptor echofd.
321 if (GLOBAL(echofd) != -1) {
322 GTTY(GLOBAL(echofd), &sg); /* get settings */
324 STTY(GLOBAL(echofd), &sg);
325 GLOBAL(echofd) = -1;
456 GLOBAL(echofd) = f; /* in case ^C hit (not perfect: still CBREAK) */ variable
469 GLOBAL(echofd) = -1; variable
H A Dglobals.c198 G.echofd = -1;
H A Dglobalsf.c194 G.echofd = -1;
H A Dglobals.h300 int echofd; /* ttyio static: file descriptor whose echo is off */ member in struct:Globals

Completed in 50 milliseconds