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

/bind-9.6-ESV-R11/lib/isccc/include/isccc/
H A Dsexpr.h72 isccc_sexpr_cons(isccc_sexpr_t *car, isccc_sexpr_t *cdr);
/bind-9.6-ESV-R11/lib/isccc/
H A Dalist.c64 alist = isccc_sexpr_cons(tag, NULL);
171 kv = isccc_sexpr_cons(k, value);
H A Dsexpr.c52 isccc_sexpr_cons(isccc_sexpr_t *car, isccc_sexpr_t *cdr) function
262 elt = isccc_sexpr_cons(l2, NULL);

Completed in 15 milliseconds