Home
last modified time | relevance | path

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

/freebsd/usr.bin/primes/
H A Dprimes.c74 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 Dprimes.h48 #define TABSIZE 256*1024 macro
/freebsd/contrib/ncurses/menu/
H A Dm_spacing.c43 #define MAX_SPC_DESC ((TABSIZE) ? (TABSIZE) : 8)
44 #define MAX_SPC_COLS ((TABSIZE) ? (TABSIZE) : 8)
/freebsd/usr.bin/rpcgen/
H A Drpc_tblout.c41 #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 Drpc_util.c377 # 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 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)"
H A Dcurses.h.in1491 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 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()
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 Dlib_insch.c64 TABSIZE in NCURSES_EXPORT()
H A Dlib_addch.c482 tabsize = TABSIZE; in waddch_nosync()
/freebsd/contrib/bsddialog/lib/
H A Dlib_util.c177 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 Dtextbox.c150 defaulttablen = TABSIZE; in bsddialog_textbox()
/freebsd/contrib/ncurses/ncurses/widechar/
H A Dlib_add_wch.c337 tabsize = TABSIZE; in wadd_wch_nosync()
/freebsd/contrib/ncurses/misc/
H A Dncurses.def16 "TABSIZE" @512 NONAME
H A Dncurses.ref17 "TABSIZE" @512 NONAME ; variable
/freebsd/contrib/ncurses/ncurses/
H A Dllib-ltinfow751 #undef TABSIZE
752 int TABSIZE;
H A Dllib-ltinfo729 #undef TABSIZE
730 int TABSIZE;
H A Dcurses.priv.h594 #define ptrTabsize(sp) &TABSIZE
599 #define SET_TABSIZE(value) TABSIZE = value
H A Dllib-lncurses3458 #undef TABSIZE
3459 int TABSIZE;
H A Dllib-lncursesw4419 #undef TABSIZE
4420 int TABSIZE;
/freebsd/contrib/ncurses/
H A DNEWS1946 + 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.