Lines Matching defs:maxargs
555 int j, lastarg, maxargs, nl, pending;
564 maxargs = 1;
570 maxargs = 0;
656 if (maxargs)
685 if (maxargs && endbody == NULL) {
695 if (maxargs)
728 if (j == maxargs && n != NULL)
1390 int la, maxargs, nl;
1395 * A line macro that has a fixed number of arguments (maxargs).
1406 maxargs = 0;
1411 maxargs = 2;
1414 maxargs = 1;
1449 if (state == maxargs) {