Searched refs:Istate (Results 1 – 3 of 3) sorted by relevance
136 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()
48 char *Istate; /* initial state */ variable
137 extern char *Istate;