Home
last modified time | relevance | path

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

/dports/textproc/py-regex/regex-2020.7.14/regex_3/
H A D_regex.c22859 Py_LOCAL_INLINE(RE_Check*) CheckStack_pop(RE_CheckStack* stack) { function
22877 check = CheckStack_pop(&stack);
/dports/textproc/py-regex/regex-2020.7.14/regex_2/
H A D_regex.c22681 Py_LOCAL_INLINE(RE_Check*) CheckStack_pop(RE_CheckStack* stack) { in CheckStack_pop() function
22699 check = CheckStack_pop(&stack); in add_repeat_guards()