OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:prompt_trunc
(Results
1 - 2
of
2
) sorted by relevancy
/src/bin/ksh/
emacs.c
119
static int
prompt_trunc
;
variable in typeref:typename:int
342
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
);
vi.c
1361
static int
prompt_trunc
; /* how much of prompt to truncate */
variable in typeref:typename:int
1447
prompt_trunc
= pwidth - cur_col;
1448
pwidth -=
prompt_trunc
;
1450
prompt_trunc
= 0;
2161
pprompt(prompt + (full ? 0 : prompt_skip),
prompt_trunc
);
Completed in 59 milliseconds
Indexes created Thu Oct 02 01:09:59 GMT 2025