Home
last modified time | relevance | path

Searched defs:IS_NEWLINE (Results 1 – 4 of 4) sorted by relevance

/dflybsd-src/contrib/binutils-2.27/gas/
H A Dapp.c92 #define IS_NEWLINE(c) (lex[c] == LEX_IS_NEWLINE) macro
/dflybsd-src/contrib/binutils-2.34/gas/
H A Dapp.c95 #define IS_NEWLINE(c) (lex[c] == LEX_IS_NEWLINE) macro
/dflybsd-src/contrib/grep/lib/
H A Dregex_internal.h523 #define IS_NEWLINE(ch) ((ch) == NEWLINE_CHAR) macro
/dflybsd-src/contrib/cvs-1.12/lib/
H A Dregex_internal.h572 #define IS_NEWLINE(ch) ((ch) == NEWLINE_CHAR) macro