Home
last modified time | relevance | path

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

/external/mksh/src/
Dsh.h991 #define MIN_EDIT_SPACE 7 macro
995 #define MIN_COLS (2 + MIN_EDIT_SPACE + 3)
Dedit.c3524 if ((mksh_uari_t)cur_col > (mksh_uari_t)x_cols - 3 - MIN_EDIT_SPACE) { in x_vi()