| /freebsd/usr.bin/primes/ |
| H A D | primes.c | 74 static char table[TABSIZE]; /* Eratosthenes sieve of odd numbers */ 264 fact_lim+pattern_size<=TABSIZE; fact_lim+=pattern_size) { in primes() 268 memcpy(&table[fact_lim], pattern, TABSIZE-fact_lim); in primes() 274 if (stop-start > TABSIZE+TABSIZE) { in primes() 275 tab_lim = &table[TABSIZE]; /* sieve it all */ in primes() 276 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 | 1503 NCURSES_WRAPPED_VAR(int, TABSIZE); 1514 #define TABSIZE NCURSES_PUBLIC_VAR(TABSIZE()) macro 1527 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() 483 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 | 178 w = (wch == L'\t') ? TABSIZE : wcwidth(wch); in str_props() 208 w = (wch == L'\t') ? TABSIZE : wcwidth(wch); in strcols() 505 tablen = (conf->text.tablen == 0) ? TABSIZE : (int)conf->text.tablen; in text_properties() 600 tablen = (conf->text.tablen == 0) ? TABSIZE : (int)conf->text.tablen; in text_autosize() 1198 tablen = (conf->text.tablen == 0) ? TABSIZE : (int)conf->text.tablen; in print_textpad()
|
| H A D | textbox.c | 150 defaulttablen = TABSIZE; in bsddialog_textbox()
|
| H A D | barbox.c | 223 w += (wch == L'\t') ? TABSIZE : wcwidth(wch); in mvwaddcstr()
|
| /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 | 757 #undef TABSIZE 758 int TABSIZE;
|
| H A D | llib-ltinfo | 735 #undef TABSIZE 736 int TABSIZE;
|
| H A D | curses.priv.h | 649 #define ptrTabsize(sp) &TABSIZE 654 #define SET_TABSIZE(value) TABSIZE = value
|
| H A D | llib-lncurses | 3464 #undef TABSIZE 3465 int TABSIZE;
|
| H A D | llib-lncursesw | 4425 #undef TABSIZE 4426 int TABSIZE;
|
| /freebsd/contrib/ncurses/ |
| H A D | NEWS | 2515 + improve manual page description of init_tabs capability and TABSIZE 2552 + improve ifdef's for TABSIZE variable, to help with AIX/HPUX ports. 2555 + check for TABSIZE variable in test/configure script. 2616 + improve manual page description of TABSIZE. 8147 COLORS, COLOR_PAIRS, COLS, ESCDELAY, LINES and TABSIZE) as 10371 + remove redundant initialization of TABSIZE in newterm(), since it is 10541 + document TABSIZE variable.
|