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

  /toolchain/binutils/binutils-2.25/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/dist/
pcre_internal.h 312 #define IS_NEWLINE(p) \
315 PRIV(is_newline)((p), NLBLOCK->nltype, NLBLOCK->PSEND, \
    [all...]

Completed in 616 milliseconds