Home | History | Annotate | Download | only in isccc

Lines Matching refs:car

46 #define CAR(s) (s)->value.as_dottedpair.car
50 isccc_sexpr_cons(isccc_sexpr_t *car, isccc_sexpr_t *cdr) {
58 CAR(sexpr) = car;
136 item = CAR(sexpr);
188 isccc_sexpr_print(CAR(sexpr), stream);
223 return CAR(list);
234 isccc_sexpr_setcar(isccc_sexpr_t *pair, isccc_sexpr_t *car) {
237 CAR(pair) = car;