Home
last modified time | relevance | path

Searched refs:DO_JUMP (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Modules/_sre/
H A Dsre_lib.h506 #define DO_JUMP(jumpvalue, jumplabel, nextpattern) \ macro
831 DO_JUMP(JUMP_BRANCH, jump_branch, pattern+1); in match()
904 DO_JUMP(JUMP_REPEAT_ONE_1, jump_repeat_one_1, in match()
925 DO_JUMP(JUMP_REPEAT_ONE_2, jump_repeat_one_2, in match()
996 DO_JUMP(JUMP_MIN_REPEAT_ONE,jump_min_repeat_one, in match()
1100 DO_JUMP(JUMP_REPEAT, jump_repeat, pattern+pattern[0]); in match()
1131 DO_JUMP(JUMP_MAX_UNTIL_1, jump_max_until_1, in match()
1153 DO_JUMP(JUMP_MAX_UNTIL_2, jump_max_until_2, in match()
1170 DO_JUMP(JUMP_MAX_UNTIL_3, jump_max_until_3, pattern); in match()
1195 DO_JUMP(JUMP_MIN_UNTIL_ in match()
[all...]

Completed in 2 milliseconds