Searched refs:patch_args (Results 1 – 3 of 3) sorted by relevance
237 tCC* pz_pat = p_fixd->patch_args[2]; in FIX_PROC_HEAD()238 tCC* pz_fmt = p_fixd->patch_args[1]; in FIX_PROC_HEAD()316 const char* str = p_fixd->patch_args[1]; in FIX_PROC_HEAD()400 const char* str = p_fixd->patch_args[1]; in FIX_PROC_HEAD()670 if (p_fixd->patch_args[1] == (tCC*)NULL) in FIX_PROC_HEAD()674 fputs( p_fixd->patch_args[1], stdout ); in FIX_PROC_HEAD()676 if (p_fixd->patch_args[2] != (tCC*)NULL) in FIX_PROC_HEAD()677 fputs( p_fixd->patch_args[2], stdout ); in FIX_PROC_HEAD()749 tCC* fixname = p_fixd->patch_args[0]; in apply_fix()
939 tCC** ppArgs = p_fixd->patch_args; in fix_with_system()971 ppArgs = p_fixd->patch_args; in fix_with_system()1072 pz_cmd = XNEWVEC (char, strlen (p_fixd->patch_args[2]) in start_fixer()1074 sprintf (pz_cmd, z_cmd_fmt, pz_fix_file, p_fixd->patch_args[2]); in start_fixer()1075 pz_cmd_save = p_fixd->patch_args[2]; in start_fixer()1076 p_fixd->patch_args[2] = pz_cmd; in start_fixer()1091 (tCC **) p_fixd->patch_args, in start_fixer()1114 p_fixd->patch_args[2] = pz_cmd_save; in start_fixer()1245 const char* pz_text = p_fixd->patch_args[0]; in write_replacement()
204 tCC** patch_args; member