Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/perl/
Dregexec.c157 #define HAS_TEXT(rn) ( \ macro
3435 if (HAS_TEXT(next) || JUMPABLE(next)) { in S_regmatch()
3438 if (! HAS_TEXT(text_node)) FIND_NEXT_IMPT(text_node); in S_regmatch()
3440 if (! HAS_TEXT(text_node)) c1 = c2 = -1000; in S_regmatch()
3498 if (HAS_TEXT(next) || JUMPABLE(next)) { in S_regmatch()
3501 if (! HAS_TEXT(text_node)) FIND_NEXT_IMPT(text_node); in S_regmatch()
3503 if (! HAS_TEXT(text_node)) c1 = c2 = -1000; in S_regmatch()
3595 if (HAS_TEXT(next) || JUMPABLE(next)) { in S_regmatch()
3599 if (! HAS_TEXT(text_node)) FIND_NEXT_IMPT(text_node); in S_regmatch()
3601 if (! HAS_TEXT(text_node)) c1 = c2 = -1000; in S_regmatch()