/freebsd/usr.bin/primes/ |
H A D | primes.c | 74 static char table[TABSIZE]; /* Eratosthenes sieve of odd numbers */ 260 fact_lim+pattern_size<=TABSIZE; fact_lim+=pattern_size) { in primes() 264 memcpy(&table[fact_lim], pattern, TABSIZE-fact_lim); in primes() 270 if (stop-start > TABSIZE+TABSIZE) { in primes() 271 tab_lim = &table[TABSIZE]; /* sieve it all */ in primes() 272 fact_lim = sqrt(start+1.0+TABSIZE+TABSIZE); in primes()
|
H A D | primes.h | 48 #define TABSIZE 256*1024 macro
|
/freebsd/contrib/ncurses/menu/ |
H A D | m_spacing.c | 43 #define MAX_SPC_DESC ((TABSIZE) ? (TABSIZE) : 8) 44 #define MAX_SPC_COLS ((TABSIZE) ? (TABSIZE) : 8)
|
/freebsd/usr.bin/rpcgen/ |
H A D | rpc_tblout.c | 41 #define TABSIZE 8 macro 43 #define TABSTOP (TABSIZE*TABCOUNT) 148 len += TABSIZE - 1; in printit() 150 tabs = (TABSTOP - len + TABSIZE - 1)/TABSIZE; in printit()
|
H A D | rpc_util.c | 377 # define TABSIZE 4 in printbuf() macro 381 cnt = 8 - (i % TABSIZE); in printbuf() 403 cnt = 8 - (i % TABSIZE); in printwhere()
|
/freebsd/contrib/ncurses/include/ |
H A D | MKhashsize.sh | 39 TABSIZE=`cat "$@" | grep -v '^[ #]' | grep -v "^$" | grep -v "^capalias"| grep -v "^infoalias" | gr… 42 echo "#define CAPTABSIZE ${TABSIZE}" 43 echo "#define HASHTABSIZE (${TABSIZE} * 2)"
|
H A D | curses.h.in | 1491 NCURSES_WRAPPED_VAR(int, TABSIZE); 1502 #define TABSIZE NCURSES_PUBLIC_VAR(TABSIZE()) macro 1515 extern NCURSES_EXPORT_VAR(int) TABSIZE;
|
/freebsd/contrib/ncurses/ncurses/tinfo/ |
H A D | lib_setup.c | 161 NCURSES_PUBLIC_VAR(TABSIZE) (void) in NCURSES_PUBLIC_VAR() argument 169 NCURSES_EXPORT_VAR(int) TABSIZE = 8; 188 TABSIZE = value; in NCURSES_SP_NAME() 484 TABSIZE = my_tabsize; in _nc_get_screensize() 612 TABSIZE = my_tabsize; in _nc_get_screensize() 614 T(("TABSIZE = %d", TABSIZE)); in _nc_get_screensize()
|
/freebsd/contrib/ncurses/ncurses/base/ |
H A D | lib_insch.c | 64 TABSIZE in NCURSES_EXPORT()
|
H A D | lib_addch.c | 482 tabsize = TABSIZE; in waddch_nosync()
|
/freebsd/contrib/bsddialog/lib/ |
H A D | lib_util.c | 177 w = (wch == L'\t') ? TABSIZE : wcwidth(wch); in str_props() 207 w = (wch == L'\t') ? TABSIZE : wcwidth(wch); in strcols() 504 tablen = (conf->text.tablen == 0) ? TABSIZE : (int)conf->text.tablen; in text_properties() 599 tablen = (conf->text.tablen == 0) ? TABSIZE : (int)conf->text.tablen; in text_autosize() 1197 tablen = (conf->text.tablen == 0) ? TABSIZE : (int)conf->text.tablen; in print_textpad()
|
H A D | textbox.c | 150 defaulttablen = TABSIZE; in bsddialog_textbox()
|
/freebsd/contrib/ncurses/ncurses/widechar/ |
H A D | lib_add_wch.c | 337 tabsize = TABSIZE; in wadd_wch_nosync()
|
/freebsd/contrib/ncurses/misc/ |
H A D | ncurses.def | 16 "TABSIZE" @512 NONAME
|
H A D | ncurses.ref | 17 "TABSIZE" @512 NONAME ; variable
|
/freebsd/contrib/ncurses/ncurses/ |
H A D | llib-ltinfow | 751 #undef TABSIZE 752 int TABSIZE;
|
H A D | llib-ltinfo | 729 #undef TABSIZE 730 int TABSIZE;
|
H A D | curses.priv.h | 594 #define ptrTabsize(sp) &TABSIZE 599 #define SET_TABSIZE(value) TABSIZE = value
|
H A D | llib-lncurses | 3458 #undef TABSIZE 3459 int TABSIZE;
|
H A D | llib-lncursesw | 4419 #undef TABSIZE 4420 int TABSIZE;
|
/freebsd/contrib/ncurses/ |
H A D | NEWS | 1946 + improve manual page description of init_tabs capability and TABSIZE 1983 + improve ifdef's for TABSIZE variable, to help with AIX/HPUX ports. 1986 + check for TABSIZE variable in test/configure script. 2047 + improve manual page description of TABSIZE. 7578 COLORS, COLOR_PAIRS, COLS, ESCDELAY, LINES and TABSIZE) as 9802 + remove redundant initialization of TABSIZE in newterm(), since it is 9972 + document TABSIZE variable.
|