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

/freebsd-12-stable/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)"
/freebsd-12-stable/usr.bin/primes/
H A Dprimes.h51 #define TABSIZE 256*1024 macro
H A Dprimes.c86 * We make TABSIZE large to reduce the overhead of inner loop setup.
88 static char table[TABSIZE]; /* Eratosthenes sieve of odd numbers */
274 fact_lim+pattern_size<=TABSIZE; fact_lim+=pattern_size) {
278 memcpy(&table[fact_lim], pattern, TABSIZE-fact_lim);
284 if (stop-start > TABSIZE+TABSIZE) {
285 tab_lim = &table[TABSIZE]; /* sieve it all */
286 fact_lim = sqrt(start+1.0+TABSIZE+TABSIZE);
/freebsd-12-stable/contrib/ncurses/menu/
H A Dm_spacing.c42 #define MAX_SPC_DESC ((TABSIZE) ? (TABSIZE) : 8)
43 #define MAX_SPC_COLS ((TABSIZE) ? (TABSIZE) : 8)
/freebsd-12-stable/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-12-stable/contrib/ncurses/ncurses/tinfo/
H A Dlib_setup.c160 NCURSES_PUBLIC_VAR(TABSIZE) (void) function
168 NCURSES_EXPORT_VAR(int) TABSIZE = 8;
184 TABSIZE = value;
294 TABSIZE = my_tabsize;
296 T(("TABSIZE = %d", my_tabsize));
407 TABSIZE = my_tabsize;
409 T(("TABSIZE = %d", TABSIZE));
/freebsd-12-stable/contrib/ncurses/ncurses/base/
H A Dlib_insch.c64 TABSIZE
H A Dlib_addch.c452 tabsize = TABSIZE;
/freebsd-12-stable/contrib/ncurses/ncurses/widechar/
H A Dlib_add_wch.c330 tabsize = TABSIZE;

Completed in 186 milliseconds