Searched refs:CTTY (Results 1 – 3 of 3) sorted by relevance
994 cond = CTTY; in ifcmd()1026 case CTTY: in elsecmd()1031 cond = CTTY; in elsecmd()
511 cond == CTTY && !intty || cond == CNOTTY && intty) in execute()
345 #define CTTY 3 /* Execute if attached to a tty only */ macro