NCONS 86 regparse.h #define NCAR(node) (NCONS(node)->car) NCONS 87 regparse.h #define NCDR(node) (NCONS(node)->cdr)