Home | History | Annotate | Download | only in dist

Lines Matching full:first_char

2512 re->first_char = swap_uint16(re->first_char);
2693 re->first_char = swap_uint32(re->first_char);
4158 pcre_uint32 first_char, need_char;
4167 new_info(re, NULL, PCRE_INFO_FIRSTCHARACTER, &first_char) +
4289 if (PRINTOK(first_char))
4290 fprintf(outfile, "First char = \'%c\'%s\n", first_char, caseless);
4294 pchar(first_char, outfile);