Lines Matching refs:all
276 int all;
290 all = isall(s);
292 if (all || !s || (streq(s, l) || streq(s, t)) && ++cat) {
297 if (all || s) {
301 if (all && !(cp = 0)|| (cp = (const struct cmd*)strpsearch(state.cmdtab, state.cmdnum, sizeof(struct cmd), s, NiL)) || (streq(s, l) || streq(s, t)) && ++cat) {
325 if (all || *s == *state.var.escape || (streq(s, t) || streq(s, l) || streq(s, "tilde")) && ++cat) {
490 reply1(struct msg* msgvec, unsigned long flags, int all)
499 if (all) {
627 int all = 0;
630 if (!*argv || (all = isall(*argv) && !*(argv + 1)))
631 errs += varlist(all);
665 register int all = -1;
668 if (!*argv || (all = isall(*argv) && !*(argv + 1)))
669 errs += varlist(all);