Searched refs:TOK_LINEFEED (Results 1 – 1 of 1) sorted by relevance
2633 #define TOK_LINEFEED 10 /* line feed */ macro8260 while (tok != TOK_LINEFEED && tok != TOK_EOF) { in expr_preprocess()8352 while (tok != TOK_LINEFEED && tok != TOK_EOF) { in parse_define()8531 while (tok != TOK_LINEFEED) { in preprocess()8542 while (tok != TOK_LINEFEED) { in preprocess()8689 while (tok != TOK_LINEFEED) in preprocess()8701 if (tok != TOK_LINEFEED) { in preprocess()8729 if (tok == TOK_LINEFEED || tok == '!' || tok == TOK_CINT) { in preprocess()8739 while (tok != TOK_LINEFEED) in preprocess()9194 tok = TOK_LINEFEED; in next_nomacro1()[all …]