Searched refs:LEX_IS_LINE_SEPARATOR (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/contrib/binutils/gas/
H A Dapp.c63 #define LEX_IS_LINE_SEPARATOR 3 macro
83 #define IS_LINE_SEPARATOR(c) (lex[c] == LEX_IS_LINE_SEPARATOR)
157 lex[(unsigned char) *p] = LEX_IS_LINE_SEPARATOR;
1078 case LEX_IS_LINE_SEPARATOR:

Completed in 101 milliseconds