Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mailx/
H A Dcmd3.c1025 cond = CNOTTY; in elsecmd()
1028 case CNOTTY: in elsecmd()
H A Dlex.c510 cond == CTTY && !intty || cond == CNOTTY && intty) in execute()
/illumos-gate/usr/src/cmd/mailx/hdr/
H A Ddef.h347 #define CNOTTY 4 /* Execute if not attached to a tty */ macro