Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ttymon/
H A Dtmsac.c136 extern char State, *Istate, *Tag; in get_environ()
141 if ((Istate = getenv("ISTATE")) == NULL) in get_environ()
144 State = (!strcmp(Istate, "enabled")) ? PM_ENABLED : PM_DISABLED; in get_environ()
H A Dtmglobal.c48 char *Istate; /* initial state */ variable
H A Dtmextern.h137 extern char *Istate;