Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_match.c171 #define Fback_frame F->back_frame macro
705 Fback_frame = frame_size; /* Default is go back one frame */ in match()
5482 Fback_frame = (char *)F - (char *)P; in match()
5513 Fback_frame = ((char *)F - (char *)P); in match()
5940 F = (heapframe *)((char *)F - Fback_frame); /* Backtrack */ in match()