Home
last modified time | relevance | path

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

/external/mksh/src/
Dedit.c976 static int prompt_trunc; /* how much of prompt to truncate or -1 */ variable
1221 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()