Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/
Dapp.c65 #define LEX_IS_LINE_SEPARATOR 3 macro
88 #define IS_LINE_SEPARATOR(c) (lex[c] == LEX_IS_LINE_SEPARATOR)
165 lex[(unsigned char) *p] = LEX_IS_LINE_SEPARATOR; in do_scrub_begin()
1128 case LEX_IS_LINE_SEPARATOR: in do_scrub_chars()