Lines Matching defs:comment
199 T(" Input lines may be blank, a comment beginning with #, or a test\n");
258 T(" : comment comment copied as output NOTE\n");
259 T(" :comment:test :comment: ignored\n");
260 T(" N[OTE] comment comment copied as output NOTE\n");
261 T(" T[EST] comment comment\n");
287 T(" Field 5: optional comment appended to the report.\n");
654 report(char* comment, char* fun, char* re, char* s, int len, char* msg, int flags, unsigned long test)
682 if (comment[strlen(comment)-1] == '\n')
683 printf(" %s", comment);
686 printf(" %s: ", comment);
717 bad(char* comment, char* re, char* s, int len, unsigned long test)
720 report(comment, NiL, re, s, len, NiL, 0, test);