/dports/lang/abcl/abcl-src-1.8.0/src/org/armedbear/lisp/ |
H A D | assql.java | 47 public LispObject execute(LispObject item, LispObject alist) in execute() 51 LispObject cons = alist.car(); in execute() local
|
H A D | Lisp.java | 1535 Cons cons = (Cons) obj; in isValidSetfFunctionName() local 1549 Cons cons = (Cons) obj; in isValidMacroFunctionName() local 1937 public static LispObject assq(LispObject item, LispObject alist) in assq()
|
/dports/science/cdk/cdk-cdk-2.3/tool/pcore/src/test/java/org/openscience/cdk/pharmacophore/ |
H A D | PharmacophoreUtilityTest.java | 116 PharmacophoreQueryBond cons = (PharmacophoreQueryBond) bond; in testReadPcoreAngleDef() local 120 PharmacophoreQueryAngleBond cons = (PharmacophoreQueryAngleBond) bond; in testReadPcoreAngleDef() local 162 ArrayList<IAtom> alist = new ArrayList<IAtom>(); in getAtoms() local
|
/dports/lang/mit-scheme/mit-scheme-9.2/src/microcode/ |
H A D | list.c | 44 cons (SCHEME_OBJECT car, in cons() function 260 SCHEME_OBJECT alist; variable
|
/dports/audio/festival/speech_tools/siod/ |
H A D | slib_list.cc | 36 LISP assoc(LISP x,LISP alist) in assoc() 45 LISP assq(LISP x,LISP alist) in assq() 97 LISP cons(LISP x,LISP y) in cons() function
|
/dports/x11/xedit/xedit-1.2.2/lisp/ |
H A D | lisp.c | 1482 LispArgList *alist) in LispSetAtomFunctionProperty() 1518 LispArgList *alist) in LispSetAtomBuiltinProperty() 1793 LispObj *arguments, *cons, *obj, *prev; in LispListProtectedArguments() local 1859 LispArgList *alist; in LispCheckArguments() local 2152 LispArgList *alist; in LispAddBuiltinFunction() local 2909 LispObj *cons = objseg.freeobj; in LispNewCons() local 3833 LispObj *result, *object, *cons, *cdr; in LispEvalBackquote() local 4538 LispObj *cons; in LispMakeEnvironment() local 4554 LispObj *cons; in LispMakeEnvironment() local 4611 LispArgList *alist; in LispFuncall() local [all …]
|
H A D | core.c | 216 LispObj *key, *datum, *alist; in Lisp_Acons() local 541 LispObj *cons; in Lisp_Apply() local 1064 LispArgList *alist; in Lisp_Defmacro() local 1107 LispArgList *alist; in Lisp_Defun() local 1149 LispArgList *alist; in Lisp_Defsetf() local 2049 LispArgList *alist; in Lisp_Lambda() local 2984 LispObj *result = NIL, *cons, *arguments, *acons, *rest, *alist, *value; in LispMapc() local 3096 LispObj *result = NIL, *cons, *arguments, *acons, *rest, *alist, *value; in LispMapl() local 3704 LispObj *key, *data, *alist; in Lisp_Pairlis() local 5261 LispObj *cons; in LispXReverse() local [all …]
|
H A D | bytecode.c | 185 } cons; member 335 static LispObj *cons, *cons1, *cons2, *cons3, *cons4, *cons5, *cons6, *cons7; variable 400 LispArgList *alist; in Lisp_Compile() local 540 LispArgList *alist; in Lisp_Disassemble() local 1242 LispObj **constants, *code, *cons, *prev; in MakeBytecodeObject() local
|
/dports/devel/libegit2/libegit2-0ef8b13/src/ |
H A D | interface.c | 382 bool em_setflags_alist(void *out, emacs_env *env, emacs_value alist, in em_setflags_alist() 386 emacs_value cons = em_car(env, alist); in em_setflags_alist() local
|
/dports/comms/gnuradio/gnuradio-3.8.4.0/gnuradio-runtime/lib/pmt/ |
H A D | pmt.cc | 337 pmt_t cons(const pmt_t& x, const pmt_t& y) { return pmt_t(new pmt_pair(x, y)); } in cons() function 956 pmt_t assq(pmt_t obj, pmt_t alist) in assq() 971 pmt_t assv(pmt_t obj, pmt_t alist) in assv() 987 pmt_t assoc(pmt_t obj, pmt_t alist) in assoc()
|
/dports/editors/emacs-devel/emacs-4d1968b/lisp/ |
H A D | wid-edit.el | 3765 (define-widget 'cons 'group unknown 3885 (define-widget 'alist 'list unknown
|
/dports/editors/emacs/emacs-27.2/lisp/ |
H A D | wid-edit.el | 3494 (define-widget 'cons 'group unknown 3614 (define-widget 'alist 'list unknown
|