Searched refs:c_argtype (Results 1 – 2 of 2) sorted by relevance
325 if ((com->c_argtype & F) == 0) in execute()336 if (!rcvmode && (com->c_argtype & M) == 0) { in execute()341 if (sourcing && com->c_argtype & I) { in execute()346 if (readonly && com->c_argtype & W) { in execute()351 if (contxt && com->c_argtype & R) { in execute()355 switch (com->c_argtype & ~(F|P|I|M|T|W|R)) { in execute()450 if (value("autoprint") != NULL && com->c_argtype & P) in execute()456 if (!sourcing && (com->c_argtype & T) == 0) in execute()
106 short c_argtype; /* Type of arglist (see below) */ member