Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/perl/
Dregexec.c4607 S_setup_EXACTISH_ST(pTHX_ const regnode * const text_node, in S_setup_EXACTISH_ST() argument
4693 U8 *pat = (U8*)STRING(text_node); in S_setup_EXACTISH_ST()
4694 Size_t pat_len = STR_LEN(text_node); in S_setup_EXACTISH_ST()
4695 U8 op = OP(text_node); in S_setup_EXACTISH_ST()
9257 regnode *text_node = ST.B; in S_regmatch() local
9258 if (! HAS_TEXT(text_node)) in S_regmatch()
9259 FIND_NEXT_IMPT(text_node); in S_regmatch()
9260 if (REGNODE_TYPE(OP(text_node)) == EXACT) { in S_regmatch()
9261 if (! S_setup_EXACTISH_ST(aTHX_ text_node, in S_regmatch()
9410 regnode *text_node = next; in S_regmatch() local
[all …]