HomeSort by relevance Sort by last modified time
    Searched defs:IS_NEWLINE (Results 1 - 2 of 2) sorted by null

  /ndk/sources/host-tools/sed-4.2.1/lib/
regex_internal.h 522 #define IS_NEWLINE(ch) ((ch) == NEWLINE_CHAR)
  /external/pcre/dist/
pcre_internal.h 312 #define IS_NEWLINE(p) \
315 PRIV(is_newline)((p), NLBLOCK->nltype, NLBLOCK->PSEND, \
    [all...]

Completed in 194 milliseconds