Lines Matching refs:dbg
90 # define dbg(...) bb_error_msg(__VA_ARGS__)
92 # define dbg(...) ((void)0) macro
417 dbg("s flags:'%s'", substr + idx + 1); in parse_subst_cmd()
419 dbg("s flag:'%c'", substr[idx]); in parse_subst_cmd()
469 dbg("s bad flags:'%s'", substr + idx); in parse_subst_cmd()
478 dbg("xregcomp('%s',%x)", match, cflags); in parse_subst_cmd()
480 dbg("regcomp ok"); in parse_subst_cmd()
798 dbg("matching '%s'", line); in do_subst_command()
800 dbg("no match"); in do_subst_command()
803 dbg("match"); in do_subst_command()
844 dbg("inserting replacement at %d in '%s'", start, line); in do_subst_command()
849 dbg("NOT inserting replacement at %d in '%s'", start, line); in do_subst_command()
866 dbg("line += %d", end); in do_subst_command()
1104 dbg("match1:%d", sed_cmd->in_match); in process_files()
1105 dbg("match2:%d", (!sed_cmd->beg_line && !sed_cmd->end_line in process_files()
1107 dbg("match3:%d", (sed_cmd->beg_line > 0 in process_files()
1113 dbg("match4:%d", (beg_match(sed_cmd, pattern_space))); in process_files()
1114 dbg("match5:%d", (sed_cmd->beg_line == -1 && next_line == NULL)); in process_files()
1145 dbg("cmd:'%c' matched:%d beg_line:%d end_line:%d linenum:%d", in process_files()
1159 dbg("end1:%d", sed_cmd->end_line ? sed_cmd->end_line == -1 in process_files()
1162 dbg("end2:%d", sed_cmd->end_match && old_matched in process_files()
1210 dbg("pattern_space:'%s' next_line:'%s' cmd:%c", in process_files()
1258 dbg("do_subst_command succeeded:'%s'", pattern_space); in process_files()