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

/external/mksh/src/
H A Dsh.h1007 #define MIN_EDIT_SPACE 7 macro
1011 #define MIN_COLS (2 + MIN_EDIT_SPACE + 3)
H A Dedit.c1175 if ((mksh_uari_t)pwidth > ((mksh_uari_t)x_cols - 3 - MIN_EDIT_SPACE)) {
2811 if ((col_left = xx_cols * 2 / 3) < MIN_EDIT_SPACE) {

Completed in 555 milliseconds