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

/macosx-10.9.5/cctools-845/as/
H A Dapp.c59 #define IS_LINE_SEPERATOR(c) (lex [c] & LEX_IS_LINE_SEPERATOR) macro
308 if(IS_COMMENT(ch) || (state==0 && IS_LINE_COMMENT(ch)) || ch=='/' || IS_LINE_SEPERATOR(ch)) {
693 if(IS_COMMENT(ch) || (state==0 && IS_LINE_COMMENT(ch)) || ch=='/' || IS_LINE_SEPERATOR(ch)) {

Completed in 120 milliseconds