Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mailx/
H A Dcmd3.c994 cond = CTTY; in ifcmd()
1026 case CTTY: in elsecmd()
1031 cond = CTTY; in elsecmd()
H A Dlex.c511 cond == CTTY && !intty || cond == CNOTTY && intty) in execute()
/titanic_41/usr/src/cmd/mailx/hdr/
H A Ddef.h345 #define CTTY 3 /* Execute if attached to a tty only */ macro