Searched refs:prompt_trunc (Results 1 – 2 of 2) sorted by relevance
119 static int prompt_trunc; variable342 prompt_trunc = x_col - (x_cols - 3 - MIN_EDIT_SPACE);343 if (prompt_trunc > 0)344 x_col -= prompt_trunc;346 prompt_trunc = 0;351 pprompt(prompt, prompt_trunc);
1361 static int prompt_trunc; /* how much of prompt to truncate */ variable1447 prompt_trunc = pwidth - cur_col;1448 pwidth -= prompt_trunc;1450 prompt_trunc = 0;2161 pprompt(prompt + (full ? 0 : prompt_skip), prompt_trunc);