Searched refs:NOT_FIRSTCHAR (Results 1 - 4 of 4) sorted by relevance

/barrelfish-master/lib/pcre/
H A Dpcre_internal.h612 /* #define NOT_FIRSTCHAR(c) */
708 #define NOT_FIRSTCHAR(c) (((c) & 0xc0) == 0x80) macro
821 #define NOT_FIRSTCHAR(c) (((c) & 0xfc00) == 0xdc00) macro
906 #define NOT_FIRSTCHAR(c) (0) macro
H A Dpcre_dfa_exec.c2852 while (p < pp) if (NOT_FIRSTCHAR(*p++)) charcount--;
2952 if (utf) while (p < pp) if (NOT_FIRSTCHAR(*p++)) charcount--;
3038 while (p < pp) if (NOT_FIRSTCHAR(*p++)) charcount--;
3363 NOT_FIRSTCHAR(((PCRE_PUCHAR)subject)[start_offset]))
H A Dpcre_compile.c5788 if (utf && NOT_FIRSTCHAR(code[-1]))
H A Dpcre_exec.c6465 NOT_FIRSTCHAR(((PCRE_PUCHAR)subject)[start_offset]))

Completed in 70 milliseconds