Lines Matching refs:debug_printf
21 #define debug_printf printf macro
23 #define debug_printf(args...) do {} while(0) macro
123 debug_printf("TK\n"); in match_inst()
154 debug_printf("TK parsed (len=%d)\n", n); in match_inst()
223 debug_printf("Incomplete buf (len=%d)\n", linelen); in cmdline_parse()
243 debug_printf("Empty line (len=%d)\n", linelen); in cmdline_parse()
247 debug_printf("Parse line : len=%d, <%.*s>\n", in cmdline_parse()
253 debug_printf("INST %d\n", inst_num); in cmdline_parse()
263 debug_printf("INST fully parsed\n"); in cmdline_parse()
280 debug_printf("Ambiguous cmd\n"); in cmdline_parse()
297 debug_printf("No match err=%d\n", err); in cmdline_parse()
331 debug_printf("%s called\n", __func__); in cmdline_complete()
345 debug_printf("try complete <%s>\n", buf); in cmdline_complete()
346 debug_printf("there is %d complete tokens, <%s> is incomplete\n", in cmdline_complete()
359 debug_printf("instruction match\n"); in cmdline_complete()
373 debug_printf("%d choices for this token\n", n); in cmdline_complete()
387 debug_printf(" choice <%s>\n", tmpbuf); in cmdline_complete()
412 debug_printf("next\n"); in cmdline_complete()
417 debug_printf("total choices %d for this completion\n", in cmdline_complete()
443 debug_printf("Multiple choice STATE=%d\n", *state); in cmdline_complete()
498 debug_printf(" choice <%s>\n", tmpbuf); in cmdline_complete()