Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/mail/
Dlex.c336 if ((com->c_argtype & F) == 0) in execute()
346 if (!rcvmode && (com->c_argtype & M) == 0) { in execute()
351 if (sourcing && com->c_argtype & I) { in execute()
356 if (readonly && com->c_argtype & W) { in execute()
361 if (contxt && com->c_argtype & R) { in execute()
365 switch (com->c_argtype & ~(F|P|I|M|T|W|R)) { in execute()
508 if (value("autoprint") != NULL && com->c_argtype & P) in execute()
514 if (!sourcing && (com->c_argtype & T) == 0) in execute()
Ddef.h115 short c_argtype; /* Type of arglist (see below) */ member
Dlist.c202 if ((com->c_argtype & ~(F|P|I|M|T|W|R)) in markall()