Home
last modified time | relevance | path

Searched refs:MAXDEFS (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/cmd/ttymon/
H A Dtmglobal.c60 struct Gdef Gdef[MAXDEFS]; /* array to hold entries in /etc/ttydefs */
H A Dttymon.h129 #define MAXDEFS 100 /* max entries Gdef table can have */ macro
H A Dtmttydefs.c242 if (Ndefs < MAXDEFS)
246 " Maximum entries = %d", MAXDEFS);
H A Dsttydefs.c53 struct Gdef Gdef[MAXDEFS]; /* array to hold entries in /etc/ttydefs */