Searched defs:cdr (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/mkfontscale/dist/
H A Dlist.c45 listCons(char *car, ListPtr cdr) argument
57 listAdjoin(char *car, ListPtr cdr) argument
104 listConsF(ListPtr cdr, const char *f, ...) argument
133 listAdjoinF(ListPtr cdr, const char *f, ...) argument
[all...]
/xsrc/external/mit/xedit/dist/lisp/modules/
H A Dlisp.lsp106 (defsetf cdr (list) (value) `(progn (rplacd ,list ,value) ,value)) function
H A Dpsql.c543 LispObj *poly, *box, *p = NIL, *cdr, *obj; local in function:Lisp_PQgetvalue
/xsrc/external/mit/xedit/dist/lisp/
H A Dpathname.c485 LispObj *cons, *cdr; local in function:Lisp_ParseNamestring
709 LispObj *result, *cdr, *cons; local in function:Lisp_MakePathname
[all...]
H A Dcompile.c215 LispObj *car, *cdr; local in function:Com_Cons
H A Dbytecode.c184 LispObj *cdr; member in struct:_CodeTree::__anoncf77c6ed020a::__anoncf77c6ed0b08
1445 com_BytecodeCons(LispCom *com, LispByteOpcode code, LispObj *car, LispObj *cdr) argument
H A Dwrite.c793 LispObj *car, *cdr; local in function:LispWriteList
H A Dinternal.h593 LispObj *cdr; member in struct:_LispObj::__anon0d52a560020a::__anon0d52a5600708
H A Dlisp.c843 LispGC(LispObj *car, LispObj *cdr) argument
849 Lisp__GC(LispObj *car, LispObj *cdr) argument
2567 Lisp__New(LispObj *car, LispObj *cdr) argument
2605 LispNew(LispObj *car, LispObj *cdr) argument
2908 LispNewCons(LispObj * car,LispObj * cdr) argument
3834 LispObj *result, *object, *cons, *cdr; local in function:LispEvalBackquote
4795 LispObj arguments, cdr; local in function:LispApply2
4809 LispObj arguments, car, cdr; local in function:LispApply3
[all...]
H A Dcore.c991 LispObj *car, *cdr; local in function:Lisp_Cons
1840 LispObj *car, *cdr; local in function:Lisp_Gc
2343 *item, *clist1, *clist2, *cons, *cdr; local in function:LispListSet
[all...]

Completed in 25 milliseconds