Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/perl/
Dregexec.c3436 regnode *text_node = next; in S_regmatch() local
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()
3442 if (PL_regkind[(U8)OP(text_node)] == REF) { in S_regmatch()
3446 else { c1 = (U8)*STRING(text_node); } in S_regmatch()
3447 if (OP(text_node) == EXACTF || OP(text_node) == REFF) in S_regmatch()
3449 else if (OP(text_node) == EXACTFL || OP(text_node) == REFFL) in S_regmatch()
3499 regnode *text_node = next; in S_regmatch() local
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()
[all …]