Searched defs:echofd (Results 1 - 3 of 3) sorted by relevance

/haiku-fatelf/src/bin/unzip/
H A Dttyio.c295 static int echofd=(-1); /* file descriptor whose echo is off */ variable
307 GLOBAL(echofd) = f; variable
456 GLOBAL(echofd) = f; /* in case ^C hit (not perfect: still CBREAK) */ variable
469 GLOBAL(echofd) = -1; variable
H A Dglobals.h300 int echofd; /* ttyio static: file descriptor whose echo is off */ member in struct:Globals
/haiku-fatelf/src/bin/zip/
H A Dttyio.c295 static int echofd=(-1); /* file descriptor whose echo is off */ variable
307 GLOBAL(echofd) = f; variable
456 GLOBAL(echofd) = f; /* in case ^C hit (not perfect: still CBREAK) */ variable
469 GLOBAL(echofd) = -1; variable

Completed in 41 milliseconds