Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/binutils/dist/gas/
Dapp.c94 #define IS_NEWLINE(c) (lex[c] == LEX_IS_NEWLINE) macro
/netbsd/src/external/gpl2/xcvs/dist/lib/
Dregex_internal.h574 #define IS_NEWLINE(ch) ((ch) == NEWLINE_CHAR) macro