Home
last modified time | relevance | path

Searched refs:c_argtype (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/mailx/
H A Dlex.c508 if ((com->c_argtype & F) == 0) in execute()
536 if (!rcvmode && (com->c_argtype & M) == 0) { in execute()
546 if (sourcing && com->c_argtype & I) { in execute()
556 if (readonly && com->c_argtype & W) { in execute()
566 if (contxt && com->c_argtype & R) { in execute()
572 switch (com->c_argtype & ~(F|P|I|M|T|W|R)) { in execute()
671 if (value("autoprint") != NOSTR && com->c_argtype & P) in execute()
677 if (!sourcing && (com->c_argtype & T) == 0) in execute()
/illumos-gate/usr/src/cmd/mailx/hdr/
H A Ddef.h173 short c_argtype; /* Type of arglist (see below) */ member