Searched refs:prompt_trunc (Results 1 – 1 of 1) sorted by relevance
976 static int prompt_trunc; /* how much of prompt to truncate or -1 */ variable1221 prompt_trunc = pprompt(prompt, doprint ? 0 : -1); in x_init_prompt()1222 pwidth = prompt_trunc % x_cols; in x_init_prompt()1223 prompt_trunc -= pwidth; in x_init_prompt()1226 prompt_trunc = -1; in x_init_prompt()2116 if (prompt_trunc != -1) in x_pprompt()2117 pprompt(prompt, prompt_trunc); in x_pprompt()