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

/ast/src/cmd/mailx/
H A Dlex.c445 if (!(com->c_argtype & C) && state.cond && state.cond != state.mode)
455 if (state.mode == SEND && !(com->c_argtype & M)) {
460 if (state.sourcing && (com->c_argtype & I)) {
465 if (state.readonly && (com->c_argtype & W)) {
470 if (contxt && (com->c_argtype & R)) {
474 switch (com->c_argtype & LISTMASK) {
552 note(PANIC, "0x%08x: unknown argtype", com->c_argtype & LISTMASK);
566 if (state.var.autoprint && (com->c_argtype & P))
572 if (!state.sourcing && !(com->c_argtype & Z))
H A Dmailx.h223 unsigned long c_argtype; /* Type of arglist (see below) */ member in struct:cmd

Completed in 51 milliseconds