Searched defs:Gdef (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/ttymon/
H A Dsttydefs.c53 struct Gdef Gdef[MAXDEFS]; /* array to hold entries in /etc/ttydefs */ variable in typeref:struct:Gdef
54 int Ndefs = 0; /* highest index to Gdef that was used */
55 static struct Gdef DEFAULT = { /* default terminal settings */
102 struct Gdef ttydef, *ptr;
175 nextlabel = Gdef[--Ndefs].g_nextid;
245 struct Gdef *ttydef;
478 struct Gdef *np;
479 extern struct Gdef *find_def();
480 np = &Gdef[
[all...]
H A Dtmglobal.c60 struct Gdef Gdef[MAXDEFS]; /* array to hold entries in /etc/ttydefs */ variable in typeref:struct:Gdef
61 int Ndefs = 0; /* highest index to Gdef that was used */
67 struct Gdef DEFAULT = { /* default terminal settings */
H A Dtmstruct.h36 struct Gdef { struct

Completed in 59 milliseconds