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

  /toolchain/binutils/binutils-2.27/gas/
app.c 92 #define IS_NEWLINE(c) (lex[c] == LEX_IS_NEWLINE)
765 if (IS_NEWLINE (ch))
974 if (ch2 != EOF && IS_NEWLINE (ch2))
1003 while (ch != EOF && !IS_NEWLINE (ch));
1218 while (ch != EOF && !IS_NEWLINE (ch))
1225 else /* IS_NEWLINE (ch) */
1300 while (ch != EOF && !IS_NEWLINE (ch));
    [all...]
  /external/pcre/dist2/src/
pcre2_dfa_match.c     [all...]
pcre2_match.c     [all...]
pcre2_internal.h 498 #define IS_NEWLINE(p) \
501 PRIV(is_newline)((p), NLBLOCK->nltype, NLBLOCK->PSEND, \
    [all...]
pcre2_compile.c     [all...]

Completed in 71 milliseconds