Lines Matching defs:comment
82 H(" Input lines may be blank, a comment beginning with #, or a test\n");
112 H(" : comment comment copied to output\n");
124 H(" Field 5: optional comment appended to the report.\n");
251 report(char* comment, char* re, char* s, char* msg, int unspecified, int expand)
273 printf(" %s %s", state.which, comment);
274 if (msg && comment[strlen(comment)-1] != '\n')
292 bad(char* comment, char* re, char* s, int expand)
295 report(comment, re, s, NiL, 0, expand);