Searched defs:TAB_WIDTH (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libtecla/common/
H A Dgetline.c673 #define TAB_WIDTH 8 macro
3788 return TAB_WIDTH - ((term_curpos % gl->ncolumn) % TAB_WIDTH);
4075 char string[TAB_WIDTH + 4]; /* A work area for composing compound strings */

Completed in 112 milliseconds