Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mailx/
H A Dcmd3.c992 cond = CTTY; in ifcmd()
1024 case CTTY: in elsecmd()
1029 cond = CTTY; in elsecmd()
H A Dlex.c510 cond == CTTY && !intty || cond == CNOTTY && intty) in execute()
/illumos-gate/usr/src/cmd/mailx/hdr/
H A Ddef.h346 #define CTTY 3 /* Execute if attached to a tty only */ macro