HomeSort by relevance Sort by last modified time
    Searched refs:MIN_EDIT_SPACE (Results 1 - 2 of 2) sorted by null

  /external/mksh/src/
sh.h 992 #define MIN_EDIT_SPACE 7
996 #define MIN_COLS (2 + MIN_EDIT_SPACE + 3)
    [all...]
edit.c 1175 if ((mksh_uari_t)pwidth > ((mksh_uari_t)x_cols - 3 - MIN_EDIT_SPACE)) {
    [all...]

Completed in 48 milliseconds