Searched refs:cdr (Results 1 - 3 of 3) sorted by relevance

/bind-9.6-ESV-R11/lib/isccc/include/isccc/
H A Dsexpr.h49 isccc_sexpr_t *cdr; member in struct:isccc_dottedpair
69 #define ISCCC_SEXPR_CDR(s) (s)->value.as_dottedpair.cdr
72 isccc_sexpr_cons(isccc_sexpr_t *car, isccc_sexpr_t *cdr);
99 isccc_sexpr_setcdr(isccc_sexpr_t *pair, isccc_sexpr_t *cdr);
/bind-9.6-ESV-R11/lib/isccc/
H A Dsexpr.c49 #define CDR(s) (s)->value.as_dottedpair.cdr
52 isccc_sexpr_cons(isccc_sexpr_t *car, isccc_sexpr_t *cdr) argument
61 CDR(sexpr) = cdr;
172 isccc_sexpr_t *cdr; local
192 cdr = CDR(sexpr);
193 if (cdr != NULL) {
195 if (cdr->type != ISCCC_SEXPRTYPE_DOTTEDPAIR) {
197 isccc_sexpr_print(cdr, stream);
198 cdr = NULL;
201 sexpr = cdr;
246 isccc_sexpr_setcdr(isccc_sexpr_t *pair, isccc_sexpr_t *cdr) argument
[all...]
H A Dalist.c48 #define CDR(s) (s)->value.as_dottedpair.cdr

Completed in 11 milliseconds