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

  /external/pcre/dist/
pcre_internal.h 621 /* #define ACROSSCHAR(condition, eptr, action) */
800 #define ACROSSCHAR(condition, eptr, action) \
896 #define ACROSSCHAR(condition, eptr, action) \
958 #define ACROSSCHAR(condition, eptr, action) do { } while (0)
    [all...]
pcre_exec.c     [all...]
pcre_dfa_exec.c 496 ACROSSCHAR(current_subject > start_subject, *current_subject, current_subject--);
    [all...]
pcre_compile.c     [all...]

Completed in 66 milliseconds