Searched refs:prompt_trunc (Results 1 – 1 of 1) sorted by relevance
980 static int prompt_trunc; /* how much of prompt to truncate or -1 */ variable1223 prompt_trunc = pprompt(prompt, doprint ? 0 : -1); in x_init_prompt()1224 pwidth = prompt_trunc % x_cols; in x_init_prompt()1225 prompt_trunc -= pwidth; in x_init_prompt()1228 prompt_trunc = -1; in x_init_prompt()2121 if (prompt_trunc != -1) in x_pprompt()2122 pprompt(prompt, prompt_trunc); in x_pprompt()