Home | History | Annotate | Download | only in libcurses

Lines Matching defs:tabsize

208 	int		 tabsize;
218 tabsize = win->screen->TABSIZE;
219 newx = tabsize - (*x % tabsize);
353 int sx = 0, ex = 0, cw = 0, i = 0, newx = 0, tabsize;
389 tabsize = win->screen->TABSIZE;
390 newx = tabsize - (*x % tabsize);