HomeSort by: relevance | last modified time | path
    Searched refs:defterm (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.bin/tip/
tip.c 58 struct termios defterm; variable in typeref:struct:termios
270 (void)tcgetattr(0, &defterm);
271 term = defterm;
348 (void)tcsetattr(0, TCSADRAIN, &defterm);
tip.c 58 struct termios defterm; variable in typeref:struct:termios
270 (void)tcgetattr(0, &defterm);
271 term = defterm;
348 (void)tcsetattr(0, TCSADRAIN, &defterm);
tip.h 227 extern struct termios defterm; /* initial mode of terminal */
tip.h 227 extern struct termios defterm; /* initial mode of terminal */

Completed in 27 milliseconds