Searched refs:prompt_trunc (Results 1 - 1 of 1) sorted by relevance

/external/mksh/src/
H A Dedit.c956 static int prompt_trunc; /* how much of prompt to truncate or -1 */ variable
1172 prompt_trunc = pprompt(prompt, doprint ? 0 : -1);
1173 pwidth = prompt_trunc % x_cols;
1174 prompt_trunc -= pwidth;
1177 prompt_trunc = -1;
2082 if (prompt_trunc != -1)
2083 pprompt(prompt, prompt_trunc);
5060 if (prompt_trunc != -1)
5061 pprompt(prompt, prompt_trunc);
5217 if (prompt_trunc !
[all...]

Completed in 181 milliseconds