Searched refs:MIN_EDIT_SPACE (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/bin/ksh/
H A Dsh.h346 #define MIN_EDIT_SPACE 7 macro
349 #define MIN_COLS (2 + MIN_EDIT_SPACE + 3)
H A Dvi.c1441 if (pwidth > x_cols - 3 - MIN_EDIT_SPACE) {
1442 cur_col = x_cols - 3 - MIN_EDIT_SPACE;

Completed in 180 milliseconds