Searched refs:gIsTTY (Results 1 – 1 of 1) sorted by relevance
33 int gIsTTY, gIsTTYr; variable283 gIsTTY = 1; in PreInit()286 gIsTTY = ((isatty(2) != 0) && (getppid() > 1)) ? 1 : 0; in PreInit()