Searched refs:NCONS (Results 1 – 1 of 1) sorted by relevance
76 #define NCONS(node) (&((node)->u.cons)) macro79 #define NCAR(node) (NCONS(node)->car)80 #define NCDR(node) (NCONS(node)->cdr)
Completed in 6 milliseconds