Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/perl/
Dregexec.c184 #define JUMPABLE(rn) ( \ macro
203 while (JUMPABLE(rn)) { \
9256 if (HAS_TEXT(ST.B) || JUMPABLE(ST.B)) { in S_regmatch()
9406 if (! HAS_TEXT(next) && ! JUMPABLE(next)) { in S_regmatch()