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

  /external/pcre/
pcre_internal.h 224 testing for newlines. NLBLOCK, PSSTART, and PSEND are defined in the various
236 ((p) < NLBLOCK->PSEND && \
237 _pcre_is_newline((p), NLBLOCK->nltype, NLBLOCK->PSEND, &(NLBLOCK->nllen),\
240 ((p) <= NLBLOCK->PSEND - NLBLOCK->nllen && \
    [all...]
pcre_dfa_exec.c 82 #define PSEND end_subject /* Field containing processed string end */
    [all...]
pcre_compile.c 51 #define PSEND end_pattern /* Field containing processed string end */
    [all...]
pcre_exec.c 51 #define PSEND end_subject /* Field containing processed string end */
    [all...]

Completed in 1375 milliseconds