Home
last modified time | relevance | path

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

/dragonfly/games/primes/
H A Dprimes.c76 static char table[TABSIZE]; /* Eratosthenes sieve of odd numbers */
258 fact_lim+pattern_size<=TABSIZE; fact_lim+=pattern_size) { in primes()
262 memcpy(&table[fact_lim], pattern, TABSIZE-fact_lim); in primes()
268 if (stop-start > TABSIZE+TABSIZE) { in primes()
269 tab_lim = &table[TABSIZE]; /* sieve it all */ in primes()
270 fact_lim = sqrt(start+1.0+TABSIZE+TABSIZE); in primes()
H A Dprimes.h50 #define TABSIZE 256*1024 macro
/dragonfly/usr.bin/rpcgen/
H A Drpc_tblout.c44 #define TABSIZE 8 macro
46 #define TABSTOP (TABSIZE*TABCOUNT)
155 len += TABSIZE - 1; in printit()
157 tabs = (TABSTOP - len + TABSIZE - 1)/TABSIZE; in printit()
H A Drpc_util.c369 # define TABSIZE 4 in printbuf() macro
373 cnt = 8 - (i % TABSIZE); in printbuf()
394 cnt = 8 - (i % TABSIZE); in printwhere()
/dragonfly/contrib/ncurses/include/
H A DMKhashsize.sh39 TABSIZE=`cat "$@" | grep -v '^[ #]' | grep -v "^$" | grep -v "^capalias"| grep -v "^infoalias" | gr…
42 echo "#define CAPTABSIZE ${TABSIZE}"
43 echo "#define HASHTABSIZE (${TABSIZE} * 2)"
/dragonfly/contrib/ncurses/ncurses/tinfo/
H A Dlib_setup.c161 NCURSES_PUBLIC_VAR(TABSIZE) (void) in NCURSES_PUBLIC_VAR() argument
169 NCURSES_EXPORT_VAR(int) TABSIZE = 8;
188 TABSIZE = value; in NCURSES_SP_NAME()
299 TABSIZE = my_tabsize; in _nc_get_screensize()
427 TABSIZE = my_tabsize; in _nc_get_screensize()
429 T(("TABSIZE = %d", TABSIZE)); in _nc_get_screensize()
/dragonfly/contrib/ncurses/ncurses/base/
H A Dlib_insch.c64 TABSIZE in NCURSES_EXPORT()
H A Dlib_addch.c459 tabsize = TABSIZE; in waddch_nosync()
/dragonfly/contrib/ncurses/ncurses/widechar/
H A Dlib_add_wch.c331 tabsize = TABSIZE; in wadd_wch_nosync()
/dragonfly/lib/libncurses/
H A DSymbol.base.map12 TABSIZE;
/dragonfly/contrib/ncurses/misc/
H A Dncurses.def16 "TABSIZE" @512 NONAME
H A Dncurses.ref17 "TABSIZE" @512 NONAME ; variable
/dragonfly/lib/libncurses/include/
H A Dcurses.head1467 NCURSES_WRAPPED_VAR(int, TABSIZE);
1478 #define TABSIZE NCURSES_PUBLIC_VAR(TABSIZE())
1491 extern NCURSES_EXPORT_VAR(int) TABSIZE;
/dragonfly/contrib/ncurses/ncurses/
H A Dcurses.priv.h552 #define ptrTabsize(sp) &TABSIZE
557 #define SET_TABSIZE(value) TABSIZE = value