Searched refs:skip_comments (Results 1 – 5 of 5) sorted by relevance
163 skip_comments(f);
285 skip_comments(file) in skip_comments() function
116 skip_comments(file);
230 skip_comments(FILE *),
212 skip_whitespace (cpp_reader *pfile, const uchar *cur, int skip_comments) in skip_whitespace() argument224 if (c == '/' && *cur == '*' && skip_comments) in skip_whitespace()