Home
last modified time | relevance | path

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

/external/mksh/src/
Dedit.c977 static int prompt_trunc; /* how much of prompt to truncate or -1 */ variable
1220 prompt_trunc = pprompt(prompt, doprint ? 0 : -1); in x_init_prompt()
1221 pwidth = prompt_trunc % x_cols; in x_init_prompt()
1222 prompt_trunc -= pwidth; in x_init_prompt()
1225 prompt_trunc = -1; in x_init_prompt()
2115 if (prompt_trunc != -1) in x_pprompt()
2116 pprompt(prompt, prompt_trunc); in x_pprompt()