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

/barrelfish-2018-10-04/lib/pcre/
H A Dpcre_internal.h302 testing for newlines. NLBLOCK, PSSTART, and PSEND are defined in the various
328 ((p) > NLBLOCK->PSSTART && \
329 PRIV(was_newline)((p), NLBLOCK->nltype, NLBLOCK->PSSTART, \
332 ((p) >= NLBLOCK->PSSTART + NLBLOCK->nllen && \
H A Dpcre_dfa_exec.c80 #define PSSTART start_subject /* Field containing processed string start */ macro
H A Dpcre_compile.c50 #define PSSTART start_pattern /* Field containing pattern start */ macro
H A Dpcre_exec.c49 #define PSSTART start_subject /* Field containing processed string start */ macro

Completed in 99 milliseconds