Lines Matching defs:regnode
47 struct regnode {
51 typedef struct regnode regnode;
950 regnode *next_branch; /* next branch node */
968 regnode *me; /* Which node am I - needed for jump tries*/
986 regnode *B; /* the node following us */
998 regnode *me; /* the IFMATCH/SUSPEND/UNLESSM node */
1020 regnode *me; /* the CURLYX node */
1021 regnode *B; /* the B node in /A*B/ */
1053 regnode *A, *B; /* the nodes corresponding to /A*B/ */
1054 regnode *me; /* the curlym node */
1068 regnode *A, *B; /* the nodes corresponding to /A*B/ */