Home
last modified time | relevance | path

Searched refs:LocalTermAttributes (Results 1 – 1 of 1) sorted by relevance

/acpica-latest/source/os_specific/service_layers/
Dosunixxf.c242 struct termios LocalTermAttributes; in OsEnterLineEditMode() local
264 memcpy (&LocalTermAttributes, &OriginalTermAttributes, in OsEnterLineEditMode()
267 LocalTermAttributes.c_lflag &= ~(ICANON | ECHO); in OsEnterLineEditMode()
268 LocalTermAttributes.c_cc[VMIN] = 1; in OsEnterLineEditMode()
269 LocalTermAttributes.c_cc[VTIME] = 0; in OsEnterLineEditMode()
271 if (tcsetattr (STDIN_FILENO, TCSANOW, &LocalTermAttributes)) in OsEnterLineEditMode()