Home
last modified time | relevance | path

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

/netbsd-src/games/primes/
H A Dprimes.c88 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()
H A Dprimes.h47 #define TABSIZE 256*1024 macro
/netbsd-src/lib/libcurses/
H A Dsetterm.c110 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()
H A Dscreen.c79 old_screen->TABSIZE = TABSIZE; in set_term()
96 TABSIZE = new->TABSIZE; in set_term()
H A Dins_wstr.c203 w = cw * (TABSIZE - (x % TABSIZE)); in wins_nwstr()
265 w = cw * (TABSIZE - (x % TABSIZE)); in wins_nwstr()
H A Dins_wch.c129 TABSIZE - (x % TABSIZE))) == ERR) in wins_wch()
H A Dcurses.c71 int TABSIZE; /* Size of a tab. */ variable
H A Daddbytes.c218 tabsize = win->screen->TABSIZE; in _cursesi_addbyte()
389 tabsize = win->screen->TABSIZE; in _cursesi_addwchar()
H A Dcurses_private.h225 int TABSIZE; /* Size of a tab. */ member
H A Dcurses.h418 extern int TABSIZE; /* Size of a tab. */
/netbsd-src/usr.bin/rpcgen/
H A Drpc_tblout.c55 #define TABSIZE 8 macro
57 #define TABSTOP (TABSIZE*TABCOUNT)
167 len += TABSIZE - 1; in printit()
169 tabs = (TABSTOP - len + TABSIZE - 1) / TABSIZE; in printit()
H A Drpc_util.c389 #define TABSIZE 4 in printbuf() macro
393 cnt = 8 - (i % TABSIZE); in printbuf()
415 cnt = 8 - (i % TABSIZE); in printwhere()
/netbsd-src/usr.bin/fpr/
H A Dfpr.c65 #define TABSIZE 8 macro
223 pos = (1 + i / TABSIZE) * TABSIZE; in get_text()
/netbsd-src/sys/arch/atari/dev/
H A Ditevar.h169 enum tab_size { TABSIZE = 8 }; enumerator
170 #define TABEND(u) (ite_tty[u]->t_windsize.ws_col - TABSIZE) /* XXX */
/netbsd-src/sys/arch/amiga/dev/
H A Ditevar.h176 enum tab_size { TABSIZE = 8 }; enumerator
177 #define TABEND(u) (ite_tty[u]->t_windsize.ws_col - TABSIZE) /* XXX */
/netbsd-src/sys/arch/x68k/dev/
H A Ditevar.h230 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
/netbsd-src/external/apache2/llvm/dist/llvm/docs/CommandGuide/
H A Dllvm-cov.rst271 .. option:: -tab-size=<TABSIZE>
273 Replace tabs with <TABSIZE> spaces when preparing reports. Currently, this is