Lines Matching refs:regnode
47 struct regnode { struct
51 typedef struct regnode regnode; typedef
896 regnode *next_branch; /* next branch node */
914 regnode *me; /* Which node am I - needed for jump tries*/
932 regnode *B; /* the node following us */
944 regnode *me; /* the IFMATCH/SUSPEND/UNLESSM node */
966 regnode *me; /* the CURLYX node */
967 regnode *B; /* the B node in /A*B/ */
999 regnode *A, *B; /* the nodes corresponding to /A*B/ */
1000 regnode *me; /* the curlym node */
1014 regnode *A, *B; /* the nodes corresponding to /A*B/ */