MCPcopy Create free account
hub / github.com/coreboot/coreboot / noecho

Function noecho

payloads/libpayload/curses/tinycurses.c:424–424  ·  view source on GitHub ↗

D */

Source from the content-addressed store, hash-verified

422}
423/* D */ int nl(void) { SP->_nl = TRUE; return OK; }
424/* D */ int noecho(void) { SP->_echo = FALSE; return OK; }
425/* D */ int nonl(void) { SP->_nl = FALSE; return OK; }
426// void noqiflush (void) {}
427// int noraw (void) {}

Callers 4

mainFunction · 0.50
mainFunction · 0.50
mainFunction · 0.50
init_dialogFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected