HomeSort by: relevance | last modified time | path
    Searched refs:MIN_EDIT_SPACE (Results 1 - 3 of 3) sorted by relevancy

  /src/bin/ksh/
sh.h 495 # define MIN_EDIT_SPACE 7
498 # define MIN_COLS (2 + MIN_EDIT_SPACE + 3)
vi.c 1445 if (pwidth > x_cols - 3 - MIN_EDIT_SPACE) {
1446 cur_col = x_cols - 3 - MIN_EDIT_SPACE;
emacs.c 342 prompt_trunc = x_col - (x_cols - 3 - MIN_EDIT_SPACE);

Completed in 36 milliseconds