Searched refs:PSEND (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
314 ((p) < NLBLOCK->PSEND && \
315 PRIV(is_newline)((p), NLBLOCK->nltype, NLBLOCK->PSEND, \
318 ((p) <= NLBLOCK->PSEND - NLBLOCK->nllen && \
H A Dpcre_dfa_exec.c81 #define PSEND end_subject /* Field containing processed string end */ macro
H A Dpcre_compile.c51 #define PSEND end_pattern /* Field containing pattern end */ macro
H A Dpcre_exec.c50 #define PSEND end_subject /* Field containing processed string end */ macro

Completed in 101 milliseconds