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

/xsrc/external/mit/xedit/dist/lisp/
H A Dcore.c527 LispObj *function, *arg, *more_args; local in function:Lisp_Apply
529 more_args = ARGUMENT(2);
533 if (more_args == NIL) {
543 CHECK_CONS(more_args);
546 for (arg = CDR(more_args);
548 more_args = arg, arg = CDR(arg)) {
549 RPLACD(cons, CONS(CAR(more_args), NIL));
552 more_args = CAR(more_args);
553 if (more_args !
[all...]

Completed in 5 milliseconds