Searched refs:debug_printf_subst (Results 1 – 1 of 1) sorted by relevance
471 #define debug_printf_subst(...) do {} while (0) macro1315 #ifndef debug_printf_subst1316 # define debug_printf_subst(...) (indent(), fdprintf(2, __VA_ARGS__)) macro7077 debug_printf_subst("SUBST '%s' first_ch %x\n", arg, first_ch); in expand_vars_to_list()7080 debug_printf_subst("SUBST RES:%d '%s'\n", G.last_exitcode, subst_result.data); in expand_vars_to_list()7093 debug_printf_subst("ARITH '%s' first_ch %x\n", arg, first_ch); in expand_vars_to_list()7095 debug_printf_subst("ARITH RES '"ARITH_FMT"'\n", res); in expand_vars_to_list()