Searched defs:cdr (Results 1 – 6 of 6) sorted by relevance
54 isccc_sexpr_cons(isccc_sexpr_t *car, isccc_sexpr_t *cdr) in isccc_sexpr_cons()174 isccc_sexpr_t *cdr; in isccc_sexpr_print() local248 isccc_sexpr_setcdr(isccc_sexpr_t *pair, isccc_sexpr_t *cdr) in isccc_sexpr_setcdr()
51 isccc_sexpr_t *cdr; member
34 struct _pair *cdr; member249 struct expression *cdr; member253 struct expression *cdr; member
237 pair cdr = c -> cdr; local753 pair cdr = c->cdr; local787 pair cdr = c -> cdr; local
106 pair car, cdr; local
142 pair cons (car, cdr) in cons() argument