Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2test.c458 #define CTL_FRAMESIZE 0x00001000u macro
632 { "framesize", MOD_PAT, MOD_CTL, CTL_FRAMESIZE, PO(control) },
730 CTL_JITVERIFY|CTL_MEMORY|CTL_FRAMESIZE|CTL_PUSH|CTL_PUSHCOPY| \
4038 ((controls & CTL_FRAMESIZE) != 0)? " framesize" : "", in show_controls()
4827 if ((pat_patctl.control & CTL_FRAMESIZE) != 0) show_framesize(); in process_command()
5731 if ((pat_patctl.control & CTL_FRAMESIZE) != 0) show_framesize(); in process_pattern()