Home
last modified time | relevance | path

Searched defs:Gdef (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/ttymon/
H A Dtmstruct.h36 struct Gdef { struct
37 char *g_id; /* id for modes & speeds */
38 char *g_iflags; /* initial terminal flags */
39 char *g_fflags; /* final terminal flags */
40 short g_autobaud; /* autobaud indicator */
41 char *g_nextid; /* next id if this speed is wrong */
H A Dtmglobal.c60 struct Gdef Gdef[MAXDEFS]; /* array to hold entries in /etc/ttydefs */ variable