Lines Matching defs:argument
48 and do it later, removing dead code, tests with a constant argument,
91 building the argument list to a builtin function, or inline of recursive
414 /* Create a fake argument list to avoid yet another flag
420 LispObj *argument;
443 argument = QUOTE(alist->keys.keys[i]);
445 argument = alist->keys.symbols[i];
449 arguments = form = CONS(argument, NIL);
453 RPLACD(form, CONS(argument, NIL));
625 sprintf(buffer, "%d required argument%s",
637 sprintf(buffer, "%d optional argument%s",
661 LispWriteStr(NIL, "Rest argument: ", 15);
667 LispWriteStr(NIL, "No rest argument\n", 17);
2756 * the argument is unused */