Home
last modified time | relevance | path

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

/netbsd/bin/ksh/
H A Dsh.h495 # define MIN_EDIT_SPACE 7 macro
498 # define MIN_COLS (2 + MIN_EDIT_SPACE + 3)
H A Dvi.c1445 if (pwidth > x_cols - 3 - MIN_EDIT_SPACE) {
1446 cur_col = x_cols - 3 - MIN_EDIT_SPACE;
H A Demacs.c342 prompt_trunc = x_col - (x_cols - 3 - MIN_EDIT_SPACE);