disopt_patch_comment 1406 tools/chdk_dasm.c                     if ((options.flags & disopt_patch_comment) && patch_comment)
disopt_patch_comment 1412 tools/chdk_dasm.c                 else if ((options.flags & disopt_patch_comment) && patch_comment)
disopt_patch_comment  930 tools/code_gen.c         options.flags |= disopt_patch_comment;
disopt_patch_comment  956 tools/code_gen.c         options.flags |= disopt_patch_comment;
disopt_patch_comment  961 tools/code_gen.c     options.flags &= ~(disopt_patch_branch|disopt_patch_comment);
disopt_patch_comment  971 tools/code_gen.c         options.flags |= disopt_patch_comment;
disopt_patch_comment  976 tools/code_gen.c     options.flags &= ~(disopt_patch_value|disopt_patch_comment);
disopt_patch_comment  986 tools/code_gen.c         options.flags |= disopt_patch_comment;
disopt_patch_comment  991 tools/code_gen.c     options.flags &= ~(disopt_comment_lines|disopt_patch_comment);