Searched refs:CTTY (Results 1 – 3 of 3) sorted by relevance
992 cond = CTTY; in ifcmd()1024 case CTTY: in elsecmd()1029 cond = CTTY; in elsecmd()
510 cond == CTTY && !intty || cond == CNOTTY && intty) in execute()
346 #define CTTY 3 /* Execute if attached to a tty only */ macro