Home
last modified time | relevance | path

Searched refs:SL_CONS (Results 1 – 4 of 4) sorted by path

/dports/devel/sfsexp/sfsexp-1.3.1-18-gc11b849/examples/slisp/OLD/
H A Dslisp_eval.c32 SL_CONS, SL_CDR, SL_CAR, enumerator
117 else if (strcmp("cons",sx->val) == 0) return SL_CONS; in tokenize()
551 case SL_CONS: in _slisp_eval()
/dports/devel/sfsexp/sfsexp-1.3.1-18-gc11b849/examples/slisp/
H A Dslisp_eval.c510 case SL_CONS: in _slisp_eval()
H A Dslisp_util.c132 else if (strcmp("cons",sx->val) == 0) return SL_CONS; in tokenize()
H A Dslisp_util.h59 SL_CONS, SL_CDR, SL_CAR, enumerator