Searched refs:PCHARSV (Results 1 – 1 of 1) sorted by relevance
/external/pcre/dist/ |
D | pcretest.c | 521 #define PCHARSV(p, offset, len, f) \ macro 758 #define PCHARSV(p, offset, len, f) \ macro 760 G(PCHARSV,BITONE)(p, offset, len, f); \ 762 G(PCHARSV,BITTWO)(p, offset, len, f) 920 #define PCHARSV PCHARSV8 macro 951 #define PCHARSV PCHARSV16 macro 982 #define PCHARSV PCHARSV32 macro 2165 PCHARSV(*pp, 0, -1, outfile); in read_capture_name8() 2193 PCHARSV(*pp, 0, -1, outfile); in read_capture_name16() 2220 PCHARSV(*pp, 0, -1, outfile); in read_capture_name32() [all …]
|