disopt_comment_lines  339 tools/chdk_dasm.c             if (options.flags & disopt_comment_lines)
disopt_comment_lines  421 tools/chdk_dasm.c                 if (options.flags & disopt_comment_lines)
disopt_comment_lines 1390 tools/chdk_dasm.c                 if (options.flags & (disopt_comment_lines|disopt_nullsub_call))
disopt_comment_lines  989 tools/code_gen.c     options.flags |= disopt_comment_lines;
disopt_comment_lines  991 tools/code_gen.c     options.flags &= ~(disopt_comment_lines|disopt_patch_comment);