HomeSort by: relevance | last modified time | path
    Searched defs:orig_tio (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.bin/qsubst/
qsubst.c 151 static struct termios orig_tio; variable in typeref:struct:termios
176 tcsetattr(0, TCSAFLUSH | TCSASOFT, &orig_tio);
568 tcgetattr(0, &orig_tio);

Completed in 143 milliseconds