HomeSort by relevance Sort by last modified time
    Searched refs: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)
regex_internal.c 795 : ((IS_NEWLINE (c) && pstr->newline_anchor)
963 return IS_NEWLINE (c) && input->newline_anchor ? CONTEXT_NEWLINE : 0;
    [all...]

Completed in 27 milliseconds