HomeSort by: relevance | last modified time | path
    Searched refs:c_argtype (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/mail/
lex.c 676 if ((com->c_argtype & F) == 0 && (cond & CSKIP))
686 if (mailmode == mm_sending && (com->c_argtype & M) == 0) {
691 if (sourcing && com->c_argtype & I) {
696 if (readonly && com->c_argtype & W) {
701 if (contxt == ec_composing && com->c_argtype & R) {
715 switch (com->c_argtype & ARGTYPE_MASK) {
809 if (contxt != ec_autoprint && com->c_argtype & P &&
813 if (!sourcing && (com->c_argtype & T) == 0)
def.h 199 short c_argtype; /* Type of arglist (see below) */ member in struct:cmd

Completed in 15 milliseconds