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

/freebsd-9.3-release/usr.bin/mail/
H A Dlex.c331 if ((com->c_argtype & F) == 0)
342 if (!rcvmode && (com->c_argtype & M) == 0) {
347 if (sourcing && com->c_argtype & I) {
352 if (readonly && com->c_argtype & W) {
357 if (contxt && com->c_argtype & R) {
361 switch (com->c_argtype & ~(F|P|I|M|T|W|R)) {
456 if (value("autoprint") != NULL && com->c_argtype & P)
462 if (!sourcing && (com->c_argtype & T) == 0)
H A Ddef.h108 short c_argtype; /* Type of arglist (see below) */ member in struct:cmd

Completed in 63 milliseconds