Home
last modified time | relevance | path

Searched refs:true_branch_end (Results 1 – 2 of 2) sorted by relevance

/dports/textproc/py-regex/regex-2020.7.14/regex_3/
H A D_regex.c24444 RE_Node* true_branch_end; local
24448 true_branch_end = subargs.end;
24468 add_node(true_branch_end, subargs.start);
24477 add_node(true_branch_end, end_node);
/dports/textproc/py-regex/regex-2020.7.14/regex_2/
H A D_regex.c24266 RE_Node* true_branch_end; in build_GROUP_EXISTS() local
24270 true_branch_end = subargs.end; in build_GROUP_EXISTS()
24290 add_node(true_branch_end, subargs.start); in build_GROUP_EXISTS()
24299 add_node(true_branch_end, end_node); in build_GROUP_EXISTS()