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

/xsrc/external/mit/xedit/dist/lisp/
H A Dcore.c213 acons key datum alist
1518 LispObj *result, *list, *item, *arguments, *acons, *value; local in function:LispEverySomeAnyNot
1554 arguments = acons = CONS(NIL, NIL);
1557 RPLACD(acons, CONS(NIL, NIL));
1558 acons = CDR(acons);
1565 for (acons = arguments, j = 0; j < count; acons = CDR(acons), j++) {
1572 RPLACA(acons, ite
2984 LispObj *result = NIL, *cons, *arguments, *acons, *rest, *alist, *value; local in function:LispMapc
3096 LispObj *result = NIL, *cons, *arguments, *acons, *rest, *alist, *value; local in function:LispMapl
[all...]
/xsrc/external/mit/xedit/dist/lisp/test/
H A Dlist.lsp233 ;; acons - function
234 (equal-test '((1 . "one")) #'acons 1 "one" nil)
235 (equal-test '((2 . "two") (1 . "one")) #'acons 2 "two" '((1 . "one")))

Completed in 8 milliseconds