addbytes.c | 208 int tabsize; local in function:_cursesi_addbyte 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); [all...] |