Lines Matching refs:comstart
188 int comstart = 0;
292 if (!comstart) comstart = comdelim = error_info.line;
312 else if (comstart && comstart != error_info.line)
316 error(1, "/* appears in /* ... */ comment starting at line %d", comstart);
367 if (comstart) error(2, "unterminated /* ... */ comment starting at line %d", comstart);
397 (*pp.comment)(c == '\n' ? "//" : "/*", tp + 2, c == '\n' ? "" : (st & HEADER) ? "*/\n" : "*/", comstart ? comstart : error_info.line);
399 comstart = m;
401 if (comstart)
404 pp.hidden += error_info.line - comstart;
405 comstart = 0;