Searched refs:TABSIZE (Results 1 – 17 of 17) sorted by relevance
88 static char table[TABSIZE]; /* Eratosthenes sieve of odd numbers */280 fact_lim+pattern_size<=TABSIZE; fact_lim+=pattern_size) { in primes()284 memcpy(&table[fact_lim], pattern, TABSIZE-fact_lim); in primes()290 if (stop-start > TABSIZE+TABSIZE) { in primes()291 tab_lim = &table[TABSIZE]; /* sieve it all */ in primes()292 fact_lim = sqrt(start+1.0+TABSIZE+TABSIZE); in primes()
47 #define TABSIZE 256*1024 macro
110 screen->TABSIZE = (int)strtol(p, NULL, 0); in _cursesi_setterm()112 screen->TABSIZE = (int)t_init_tabs(screen->term); in _cursesi_setterm()114 screen->TABSIZE = TABSIZE_DEFAULT; in _cursesi_setterm()124 TABSIZE = screen->TABSIZE; in _cursesi_setterm()128 LINES, COLS, TABSIZE); in _cursesi_setterm()248 TABSIZE = screen->TABSIZE; in _cursesi_resetterm()403 _cursesi_screen->TABSIZE = tabsize; in set_tabsize()404 TABSIZE = tabsize; in set_tabsize()
79 old_screen->TABSIZE = TABSIZE; in set_term()96 TABSIZE = new->TABSIZE; in set_term()
203 w = cw * (TABSIZE - (x % TABSIZE)); in wins_nwstr() 265 w = cw * (TABSIZE - (x % TABSIZE)); in wins_nwstr()
129 TABSIZE - (x % TABSIZE))) == ERR) in wins_wch()
71 int TABSIZE; /* Size of a tab. */ variable
218 tabsize = win->screen->TABSIZE; in _cursesi_addbyte() 389 tabsize = win->screen->TABSIZE; in _cursesi_addwchar()
225 int TABSIZE; /* Size of a tab. */ member
418 extern int TABSIZE; /* Size of a tab. */
55 #define TABSIZE 8 macro57 #define TABSTOP (TABSIZE*TABCOUNT)167 len += TABSIZE - 1; in printit()169 tabs = (TABSTOP - len + TABSIZE - 1) / TABSIZE; in printit()
389 #define TABSIZE 4 in printbuf() macro393 cnt = 8 - (i % TABSIZE); in printbuf()415 cnt = 8 - (i % TABSIZE); in printwhere()
65 #define TABSIZE 8 macro223 pos = (1 + i / TABSIZE) * TABSIZE; in get_text()
169 enum tab_size { TABSIZE = 8 }; enumerator170 #define TABEND(u) (ite_tty[u]->t_windsize.ws_col - TABSIZE) /* XXX */
176 enum tab_size { TABSIZE = 8 }; enumerator177 #define TABEND(u) (ite_tty[u]->t_windsize.ws_col - TABSIZE) /* XXX */
230 enum tab_size { TABSIZE = 8 };231 #define TABEND(u) (ite_tty[u]->t_windsize.ws_col - TABSIZE) /* XXX */207 enum tab_size { TABSIZE = 8 }; global() enumerator
271 .. option:: -tab-size=<TABSIZE>273 Replace tabs with <TABSIZE> spaces when preparing reports. Currently, this is