Searched refs:TABSIZE (Results 1 - 12 of 12) sorted by relevance

/freebsd-9.3-release/contrib/ncurses/include/
H A DMKhashsize.sh38 TABSIZE=`grep -v '^[ #]' $CAPS | grep -v "^$" | grep -v "^capalias"| grep -v "^infoalias" | wc -l`
41 echo "#define CAPTABSIZE ${TABSIZE}"
42 echo "#define HASHTABSIZE (${TABSIZE} * 2)"
H A Dcurses.h.in1187 NCURSES_WRAPPED_VAR(int, TABSIZE);
1198 #define TABSIZE NCURSES_PUBLIC_VAR(TABSIZE())
1211 extern NCURSES_EXPORT_VAR(int) TABSIZE;
/freebsd-9.3-release/games/primes/
H A Dprimes.h49 #define TABSIZE 256*1024 macro
H A Dprimes.c83 * We make TABSIZE large to reduce the overhead of inner loop setup.
85 static char table[TABSIZE]; /* Eratosthenes sieve of odd numbers */
267 fact_lim+pattern_size<=TABSIZE; fact_lim+=pattern_size) {
271 memcpy(&table[fact_lim], pattern, TABSIZE-fact_lim);
277 if (stop-start > TABSIZE+TABSIZE) {
278 tab_lim = &table[TABSIZE]; /* sieve it all */
279 fact_lim = sqrt(start+1.0+TABSIZE+TABSIZE);
/freebsd-9.3-release/contrib/ncurses/menu/
H A Dm_spacing.c42 #define MAX_SPC_DESC ((TABSIZE) ? (TABSIZE) : 8)
43 #define MAX_SPC_COLS ((TABSIZE) ? (TABSIZE) : 8)
/freebsd-9.3-release/usr.bin/rpcgen/
H A Drpc_tblout.c51 #define TABSIZE 8 macro
53 #define TABSTOP (TABSIZE*TABCOUNT)
158 len += TABSIZE - 1;
160 tabs = (TABSTOP - len + TABSIZE - 1)/TABSIZE;
H A Drpc_util.c387 # define TABSIZE 4 macro
391 cnt = 8 - (i % TABSIZE);
413 cnt = 8 - (i % TABSIZE);
/freebsd-9.3-release/contrib/ncurses/ncurses/base/
H A Dlib_insch.c62 for (count = (TABSIZE - (win->_curx % TABSIZE)); count > 0; count--) {
H A Dlib_addch.c430 x += (TABSIZE - (x % TABSIZE));
/freebsd-9.3-release/contrib/ncurses/ncurses/tinfo/
H A Dlib_setup.c139 NCURSES_PUBLIC_VAR(TABSIZE) (void) function
147 NCURSES_EXPORT_VAR(int) TABSIZE = 0;
162 TABSIZE = value;
298 TABSIZE = my_tabsize;
300 T(("TABSIZE = %d", TABSIZE));
/freebsd-9.3-release/contrib/ncurses/ncurses/
H A Dllib-lncurses2627 #undef TABSIZE
2628 int TABSIZE;
H A Dllib-lncursesw3373 #undef TABSIZE
3374 int TABSIZE;

Completed in 108 milliseconds