Searched defs:comstart (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libpp/common/
H A Dpplex.c188 int comstart = 0; local
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
[all...]

Completed in 1609 milliseconds