Lines Matching refs:F

173 #define Fback_frame        F->back_frame
174 #define Fcapture_last F->capture_last
175 #define Fcurrent_recurse F->current_recurse
176 #define Fecode F->ecode
177 #define Feptr F->eptr
178 #define Fgroup_frame_type F->group_frame_type
179 #define Flast_group_offset F->last_group_offset
180 #define Flength F->length
181 #define Fmark F->mark
182 #define Frdepth F->rdepth
183 #define Fstart_match F->start_match
184 #define Foffset_top F->offset_top
185 #define Foccu F->occu
186 #define Fop F->op
187 #define Fovector F->ovector
188 #define Freturn_id F->return_id
213 display_frames(FILE *f, heapframe *F, heapframe *P, PCRE2_SIZE frame_size, in display_frames() argument
230 Q <= F; in display_frames()
267 do_callout(heapframe *F, match_block *mb, PCRE2_SIZE *lengthptr) in do_callout() argument
355 match_ref(PCRE2_SIZE offset, BOOL caseless, heapframe *F, match_block *mb, in match_ref() argument
589 heapframe *F; /* Current frame pointer */ in match() local
633 F = mb->match_frames; in match()
652 N = (heapframe *)((char *)F + frame_size); in match()
669 F = (heapframe *)((char *)new + ((char *)F - (char *)mb->match_frames)); in match()
670 N = (heapframe *)((char *)F + frame_size); in match()
715 (char *)F + offsetof(heapframe, eptr), in match()
719 F = N; in match()
734 Flast_group_offset = (char *)F - (char *)mb->match_frames; in match()
798 assert_accept_frame = F; in match()
828 F = P; in match()
1115 #define Loclength F->temp_size in match()
1116 #define Lstart_eptr F->temp_sptr[0] in match()
1117 #define Lcharptr F->temp_sptr[1] in match()
1118 #define Lmin F->temp_32[0] in match()
1119 #define Lmax F->temp_32[1] in match()
1120 #define Lc F->temp_32[2] in match()
1121 #define Loc F->temp_32[3] in match()
1471 #define Lstart_eptr F->temp_sptr[0] in match()
1472 #define Lmin F->temp_32[0] in match()
1473 #define Lmax F->temp_32[1] in match()
1474 #define Lc F->temp_32[2] in match()
1475 #define Loc F->temp_32[3] in match()
1862 #define Lmin F->temp_32[0] in match()
1863 #define Lmax F->temp_32[1] in match()
1864 #define Lstart_eptr F->temp_sptr[0] in match()
1865 #define Lbyte_map_address F->temp_sptr[1] in match()
2104 #define Lstart_eptr F->temp_sptr[0] in match()
2105 #define Lxclass_data F->temp_sptr[1] in match()
2106 #define Lmin F->temp_32[0] in match()
2107 #define Lmax F->temp_32[1] in match()
2568 #define Lstart_eptr F->temp_sptr[0] in match()
2569 #define Lmin F->temp_32[0] in match()
2570 #define Lmax F->temp_32[1] in match()
2571 #define Lctype F->temp_32[2] in match()
2572 #define Lpropvalue F->temp_32[3] in match()
4881 #define Lmin F->temp_32[0] in match()
4882 #define Lmax F->temp_32[1] in match()
4883 #define Lcaseless F->temp_32[2] in match()
4884 #define Lstart F->temp_sptr[0] in match()
4885 #define Loffset F->temp_size in match()
4940 rrc = match_ref(Loffset, Lcaseless, F, mb, &length); in match()
4974 rrc = match_ref(Loffset, Lcaseless, F, mb, &slength); in match()
4998 rrc = match_ref(Loffset, Lcaseless, F, mb, &slength); in match()
5022 rrc = match_ref(Loffset, Lcaseless, F, mb, &slength); in match()
5073 (void)match_ref(Loffset, Lcaseless, F, mb, &slength); in match()
5115 #define Lnext_ecode F->temp_sptr[0] in match()
5147 #define Lframe_type F->temp_32[0] in match()
5148 #define Lmatched_once F->temp_32[1] in match()
5149 #define Lzero_allowed F->temp_32[2] in match()
5150 #define Lstart_eptr F->temp_sptr[0] in match()
5151 #define Lstart_group F->temp_sptr[1] in match()
5239 #define Lframe_type F->temp_32[0] /* Set for all that use GROUPLOOP */ in match()
5240 #define Lnext_branch F->temp_sptr[0] /* Used only in OP_BRA handling */ in match()
5315 #define Lframe_type F->temp_32[0] in match()
5316 #define Lstart_branch F->temp_sptr[0] in match()
5393 #define Lframe_type F->temp_32[0] in match()
5429 #define Lframe_type F->temp_32[0] in match()
5480 rrc = do_callout(F, mb, &length); in match()
5513 rrc = do_callout(F, mb, &length); in match()
5582 #define Lpositive F->temp_32[0] in match()
5583 #define Lstart_branch F->temp_sptr[0] in match()
5754 Fback_frame = (char *)F - (char *)P; in match()
5795 Fback_frame = ((char *)F - (char *)P); in match()
5835 memcpy((char *)F + offsetof(heapframe, ovector), P->ovector, in match()
5862 (char *)F + offsetof(heapframe, eptr), in match()
6239 F = (heapframe *)((char *)F - Fback_frame); /* Backtrack */ in match()