Lines Matching defs:comment
63 H(" Input lines may be blank, a comment beginning with #, or a test\n");
75 H(" : comment comment copied to output\n");
81 H(" Field 4: optional comment appended to the report.\n");
160 report(char* comment, char* fun, char* re, char* msg, int expand)
173 sfprintf(sfstdout, " %s", comment);
174 if (msg && comment[strlen(comment)-1] != '\n')
179 bad(char* comment, char* re, char* s, int expand)
182 report(comment, NiL, re, s, expand);