Lines Matching refs:printf_debug
364 printf_debug (int lvl, const char *fmt, ...) in printf_debug() function
672 printf_debug (1, "%s (%d : %s : %d) / ", in print_token_list()
676 printf_debug (1, "\n"); in print_token_list()
777 printf_debug (1, "\nEntering rule: %d (Trying to match: (%s)[%d])\n", in parse_with_restarts()
785 printf_debug (1, "steering: %d (%s), jump_target: %d, stack_it: %d\n", in parse_with_restarts()
795 printf_debug (1, "successfully ignored: %s\n", TOKEN_NAME (jump_target)); in parse_with_restarts()
807 printf_debug (1, "matched %s\n", TOKEN_NAME (CLASS_ID (tok))); in parse_with_restarts()
828 printf_debug (1, "> Restart with %s?\n", TOKEN_NAME (CLASS_ID (tok))); in parse_with_restarts()
843 printf_debug (1, "fst_part == NULL (Exiting %d)\n", jump_target); in parse_with_restarts()
856 printf_debug (1, "return fst_part.\n"); in parse_with_restarts()
862 printf_debug (1, "too much tokens\n"); in parse_with_restarts()
868 printf_debug (1, "return fst_part. (end of rule)\n"); in parse_with_restarts()
872 printf_debug (1, "snd_part: Trying to match: %s\n", TOKEN_NAME (CLASS_ID (tok))); in parse_with_restarts()
877 printf_debug (1, ">> Restart with %s?\n", TOKEN_NAME (CLASS_ID (tok))); in parse_with_restarts()
894 printf_debug (1, "snd_part == NULL (Exiting %d)\n", jump_target); in parse_with_restarts()
898 printf_debug (1, "Exiting rule: %d\n", jump_target, in parse_with_restarts()
993 printf_debug (1, "[PASS] Successfully matched %s\n", tok.insn); in parse()