Home | History | Annotate | Download | only in libcurses

Lines Matching refs:tabsize

109 	if ((p = getenv("TABSIZE")) != NULL)
110 screen->TABSIZE = (int)strtol(p, NULL, 0);
112 screen->TABSIZE = (int)t_init_tabs(screen->term);
114 screen->TABSIZE = TABSIZE_DEFAULT;
124 TABSIZE = screen->TABSIZE;
127 "setterm: LINES = %d, COLS = %d, TABSIZE = %d\n",
128 LINES, COLS, TABSIZE);
248 TABSIZE = screen->TABSIZE;
395 * Sets the tabsize for the current screen.
398 set_tabsize(int tabsize)
403 _cursesi_screen->TABSIZE = tabsize;
404 TABSIZE = tabsize;