Home
last modified time | relevance | path

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

/dports/lang/perl5.34/perl-5.34.0/
H A Dregexp.h659 MAGIC *pos_magic; /* pos() magic attached to $_ */ member
H A Dregexec.c8072 if (reginfo->info_aux_eval->pos_magic) in S_regmatch()
8073 MgBYTEPOS_set(reginfo->info_aux_eval->pos_magic, in S_regmatch()
10871 eval_state->pos_magic = mg; in S_setup_eval_state()
10876 eval_state->pos_magic = NULL; in S_setup_eval_state()
10947 if (eval_state->pos_magic) in S_cleanup_regmatch_info_aux()
10949 eval_state->pos_magic->mg_len = eval_state->pos; in S_cleanup_regmatch_info_aux()
10950 eval_state->pos_magic->mg_flags = in S_cleanup_regmatch_info_aux()
10951 (eval_state->pos_magic->mg_flags & ~MGf_BYTES) in S_cleanup_regmatch_info_aux()
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/
H A Dregexp.h659 MAGIC *pos_magic; /* pos() magic attached to $_ */ member
H A Dregexec.c8085 if (reginfo->info_aux_eval->pos_magic) in S_regmatch()
8086 MgBYTEPOS_set(reginfo->info_aux_eval->pos_magic, in S_regmatch()
10891 eval_state->pos_magic = mg; in S_setup_eval_state()
10896 eval_state->pos_magic = NULL; in S_setup_eval_state()
10967 if (eval_state->pos_magic) in S_cleanup_regmatch_info_aux()
10969 eval_state->pos_magic->mg_len = eval_state->pos; in S_cleanup_regmatch_info_aux()
10970 eval_state->pos_magic->mg_flags = in S_cleanup_regmatch_info_aux()
10971 (eval_state->pos_magic->mg_flags & ~MGf_BYTES) in S_cleanup_regmatch_info_aux()
/dports/lang/perl5.30/perl-5.30.3/
H A Dregexp.h662 MAGIC *pos_magic; /* pos() magic attached to $_ */ member
H A Dregexec.c7395 if (reginfo->info_aux_eval->pos_magic) in S_regmatch()
7396 MgBYTEPOS_set(reginfo->info_aux_eval->pos_magic, in S_regmatch()
10192 eval_state->pos_magic = mg; in S_setup_eval_state()
10197 eval_state->pos_magic = NULL; in S_setup_eval_state()
10268 if (eval_state->pos_magic) in S_cleanup_regmatch_info_aux()
10270 eval_state->pos_magic->mg_len = eval_state->pos; in S_cleanup_regmatch_info_aux()
10271 eval_state->pos_magic->mg_flags = in S_cleanup_regmatch_info_aux()
10272 (eval_state->pos_magic->mg_flags & ~MGf_BYTES) in S_cleanup_regmatch_info_aux()
/dports/lang/perl5.32/perl-5.32.1/
H A Dregexp.h660 MAGIC *pos_magic; /* pos() magic attached to $_ */ member
H A Dregexec.c7561 if (reginfo->info_aux_eval->pos_magic) in S_regmatch()
7562 MgBYTEPOS_set(reginfo->info_aux_eval->pos_magic, in S_regmatch()
10472 eval_state->pos_magic = mg; in S_setup_eval_state()
10477 eval_state->pos_magic = NULL; in S_setup_eval_state()
10548 if (eval_state->pos_magic) in S_cleanup_regmatch_info_aux()
10550 eval_state->pos_magic->mg_len = eval_state->pos; in S_cleanup_regmatch_info_aux()
10551 eval_state->pos_magic->mg_flags = in S_cleanup_regmatch_info_aux()
10552 (eval_state->pos_magic->mg_flags & ~MGf_BYTES) in S_cleanup_regmatch_info_aux()