Searched refs:promptmode (Results 1 – 1 of 1) sorted by relevance
919 smallint promptmode; /* 0: PS1, 1: PS2 */ member2622 debug_printf_prompt("%s promptmode:%d\n", __func__, G.promptmode); in setup_prompt_string()2625 prompt_str = get_local_var_value(G.promptmode == 0 ? "PS1" : "PS2"); in setup_prompt_string()2630 if (G.promptmode == 0) { /* PS1 */ in setup_prompt_string()2729 G.promptmode = 1; /* PS2 */ in fgetc_interactive()2730 debug_printf_prompt("%s promptmode=%d\n", __func__, G.promptmode); in fgetc_interactive()4855 G.promptmode = 1; /* PS2 */ in add_till_closing_bracket()4857 debug_printf_prompt("%s promptmode=%d\n", __func__, G.promptmode); in add_till_closing_bracket()7516 G.promptmode = 0; /* PS1 */ in parse_and_run_stream()7517 debug_printf_prompt("%s promptmode=%d\n", __func__, G.promptmode); in parse_and_run_stream()