Home
last modified time | relevance | path

Searched defs:jumpvalue (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Modules/
Dsre_lib.h512 #define DO_JUMPX(jumpvalue, jumplabel, nextpattern, toplevel_) \ argument
524 #define DO_JUMP(jumpvalue, jumplabel, nextpattern) \ argument
527 #define DO_JUMP0(jumpvalue, jumplabel, nextpattern) \ argument
/external/python/cpython2/Modules/
D_sre.c784 #define DO_JUMP(jumpvalue, jumplabel, nextpattern) \ argument