Home
last modified time | relevance | path

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

/external/mksh/src/
Dedit.c954 static int prompt_trunc; /* how much of prompt to truncate or -1 */ variable
1169 prompt_trunc = pprompt(prompt, doprint ? 0 : -1); in x_init_prompt()
1170 pwidth = prompt_trunc % x_cols; in x_init_prompt()
1171 prompt_trunc -= pwidth; in x_init_prompt()
1174 prompt_trunc = -1; in x_init_prompt()
2079 if (prompt_trunc != -1) in x_redraw()
2080 pprompt(prompt, prompt_trunc); in x_redraw()
5054 if (prompt_trunc != -1) in redraw_line()
5055 pprompt(prompt, prompt_trunc); in redraw_line()
5211 if (prompt_trunc != -1) in ed_mov_opt()
[all …]