OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MIN_EDIT_SPACE
(Results
1 - 3
of
3
) sorted by relevancy
/src/bin/ksh/
sh.h
495
# define
MIN_EDIT_SPACE
7
498
# define MIN_COLS (2 +
MIN_EDIT_SPACE
+ 3)
vi.c
1445
if (pwidth > x_cols - 3 -
MIN_EDIT_SPACE
) {
1446
cur_col = x_cols - 3 -
MIN_EDIT_SPACE
;
emacs.c
342
prompt_trunc = x_col - (x_cols - 3 -
MIN_EDIT_SPACE
);
Completed in 36 milliseconds
Indexes created Sat Oct 18 17:09:52 GMT 2025