Lines Matching refs:debug_printf
16 #define debug_printf printf macro
18 #define debug_printf(args...) do {} while(0) macro
118 debug_printf("TK\n"); in match_inst()
149 debug_printf("TK parsed (len=%d)\n", n); in match_inst()
218 debug_printf("Incomplete buf (len=%d)\n", linelen); in cmdline_parse()
238 debug_printf("Empty line (len=%d)\n", linelen); in cmdline_parse()
242 debug_printf("Parse line : len=%d, <%.*s>\n", in cmdline_parse()
248 debug_printf("INST %d\n", inst_num); in cmdline_parse()
258 debug_printf("INST fully parsed\n"); in cmdline_parse()
275 debug_printf("Ambiguous cmd\n"); in cmdline_parse()
292 debug_printf("No match err=%d\n", err); in cmdline_parse()
326 debug_printf("%s called\n", __func__); in cmdline_complete()
340 debug_printf("try complete <%s>\n", buf); in cmdline_complete()
341 debug_printf("there is %d complete tokens, <%s> is incomplete\n", in cmdline_complete()
354 debug_printf("instruction match\n"); in cmdline_complete()
368 debug_printf("%d choices for this token\n", n); in cmdline_complete()
382 debug_printf(" choice <%s>\n", tmpbuf); in cmdline_complete()
407 debug_printf("next\n"); in cmdline_complete()
412 debug_printf("total choices %d for this completion\n", in cmdline_complete()
438 debug_printf("Multiple choice STATE=%d\n", *state); in cmdline_complete()
493 debug_printf(" choice <%s>\n", tmpbuf); in cmdline_complete()