comment           393 lib-src/make-docfile.c read_c_string_or_comment (FILE *infile, int printflag, bool comment,
comment           409 lib-src/make-docfile.c   if (comment)
comment           415 lib-src/make-docfile.c       while (c != EOF && (comment ? c != '*' : c != '"'))
comment           446 lib-src/make-docfile.c       if (comment)
comment          1153 lib-src/make-docfile.c 	  bool comment = c != '"';
comment          1158 lib-src/make-docfile.c 	  if (comment)
comment          1160 lib-src/make-docfile.c 	  c = read_c_string_or_comment (infile, 1, comment, &saw_usage);
comment          1176 lib-src/make-docfile.c 	      if (!comment || doc_keyword)
comment          2788 src/comp.c           char *comment = memcpy (xmalloc (len), p, len);
comment          2790 src/comp.c     	if (!comment[i])
comment          2791 src/comp.c     	  comment[i] = '\n';
comment          2792 src/comp.c           gcc_jit_block_add_comment (block, NULL, comment);
comment          2793 src/comp.c           xfree (comment);