HomeSort by relevance Sort by last modified time
    Searched defs:pchars (Results 1 - 4 of 4) sorted by null

  /external/pcre/dist/
perltest.pl 15 sub pchars { subroutine
203 { printf $outfile (", mark = %s", &pchars($REGERROR)); }
210 printf $outfile (" 0: %s\n", &pchars($subs[0]));
211 printf $outfile (" 0+ %s\n", &pchars($subs[17])) if $showrest;
219 printf $outfile ("%2d: %s\n", $i, &pchars($subs[$i]));
234 printf $outfile ("MK: %s\n", &pchars($xx));
pcre_dfa_exec.c 309 pchars(const pcre_uchar *p, int length, FILE *f) function
600 pchars(ptr, STRLEN_UC(ptr), stdout);
    [all...]
pcre_exec.c 131 pchars(const pcre_uchar *p, int length, BOOL is_subject, match_data *md) function
180 pchars(eptr, length, TRUE, md);
183 pchars(p, length, FALSE, md);
    [all...]
pcretest.c 223 lv = pchars((pcre_uint8 *)(p) + offset, len, f)
226 (void)pchars((pcre_uint8 *)(p) + offset, len, f)
513 #define PCHARS(lv, p, offset, len, f) \
752 #define PCHARS(lv, p, offset, len, f) \
754 G(PCHARS,BITONE)(lv, p, offset, len, f); \
756 G(PCHARS,BITTWO)(lv, p, offset, len, f)
2019 static int pchars(pcre_uint8 *p, int length, FILE *f) function
    [all...]

Completed in 1953 milliseconds