Lines Matching defs:comment
92 H(" Input lines may be blank, a comment beginning with #, or a test\n");
122 H(" : comment comment copied to output\n");
139 H(" Field 5: optional comment appended to the report.\n");
280 report(char* comment, char* fun, char* re, char* s, char* msg, int flags, int unspecified, int expand)
305 if (comment[strlen(comment)-1] == '\n')
306 printf(" %s", comment);
309 printf(" %s: ", comment);
329 bad(char* comment, char* re, char* s, int expand)
332 report(comment, NiL, re, s, NiL, 0, 0, expand);