Home
last modified time | relevance | path

Searched defs:sgttyb (Results 1 – 6 of 6) sorted by relevance

/original-bsd/sys/sys/
H A Dioctl_compat.h44 struct sgttyb { struct
63 #define TIOCGETP _IOR('t', 8,struct sgttyb)/* get parameters -- gtty */ argument
/original-bsd/games/atc/
H A Dinclude.h52 #define sgttyb termio macro
/original-bsd/lib/libplot/aed/
H A Dopen.c19 struct sgttyb sgttyb; /* Used to save terminal control bits */ variable
/original-bsd/old/berknet/
H A Dmach.h398 struct sgttyb { struct
399 char sg_ispeed;
400 char sg_ospeed;
401 char sg_erase;
402 char sg_kill;
403 int sg_flags;
/original-bsd/local/ditroff/ditroff.old.okeeffe/gremlin.aed/gremlin/
H A Dgraphics1.c21 static struct sgttyb sgttyb; /* Used to save terminal control bits */ variable
/original-bsd/games/larn/
H A Dio.c62 #define sgttyb termio macro