Home
last modified time | relevance | path

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

/illumos-gate/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.c241 if (Ndefs < MAXDEFS) { in read_ttydefs()
245 " Maximum entries = %d", MAXDEFS); in read_ttydefs()