Lines Matching defs:comment
107 H(" Input lines may be blank, a comment beginning with #, or a test\n");
142 H(" : comment comment copied to output\n");
151 H(" Field 5: optional comment appended to the report.\n");
325 report(char* comment, char* pat, char* msg, int flags, int unspecified)
344 printf(" %s %s", state.which, comment);
345 if (msg && comment[strlen(comment)-1] != '\n')
362 bad(char* comment, char* pat)
365 report(comment, pat, NiL, 0, 0);