Home
last modified time | relevance | path

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

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