NCONS 79 regparse.h #define NCAR(node) (NCONS(node)->car) NCONS 80 regparse.h #define NCDR(node) (NCONS(node)->cdr)