Home
last modified time | relevance | path

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

/external/mksh/src/
Dedit.c1216 #define MIN_EDIT_SPACE 7 macro
1224 if ((mksh_uari_t)pwidth > ((mksh_uari_t)x_cols - 3 - MIN_EDIT_SPACE)) { in x_init_prompt()
2842 if ((col_left = xx_cols * 2 / 3) < MIN_EDIT_SPACE) { in x_adjust()