Home
last modified time | relevance | path

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

/reactos/modules/rosapps/applications/net/ncftp/ncftp/
H A Dmain.c33 int gIsTTY, gIsTTYr; variable
283 gIsTTY = 1; in PreInit()
286 gIsTTY = ((isatty(2) != 0) && (getppid() > 1)) ? 1 : 0; in PreInit()