Home
last modified time | relevance | path

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

/freebsd-head/usr.bin/primes/
HDprimes.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()
HDprimes.h48 #define TABSIZE 256*1024 macro
/freebsd-head/contrib/ncurses/menu/
HDm_spacing.c43 #define MAX_SPC_DESC ((TABSIZE) ? (TABSIZE) : 8)
44 #define MAX_SPC_COLS ((TABSIZE) ? (TABSIZE) : 8)
/freebsd-head/contrib/ncurses/include/
HDMKhashsize.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)"
HDcurses.h.in1491 NCURSES_WRAPPED_VAR(int, TABSIZE);
1502 #define TABSIZE NCURSES_PUBLIC_VAR(TABSIZE()) macro
1515 extern NCURSES_EXPORT_VAR(int) TABSIZE;
/freebsd-head/usr.bin/rpcgen/
HDrpc_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()
HDrpc_util.c377 # define TABSIZE 4 in printbuf() macro
381 cnt = 8 - (i % TABSIZE); in printbuf()
403 cnt = 8 - (i % TABSIZE); in printwhere()
/freebsd-head/contrib/ncurses/ncurses/tinfo/
HDlib_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-head/contrib/ncurses/ncurses/base/
HDlib_insch.c64 TABSIZE in NCURSES_EXPORT()
HDlib_addch.c482 tabsize = TABSIZE; in waddch_nosync()
/freebsd-head/contrib/bsddialog/lib/
HDlib_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()
HDtextbox.c150 defaulttablen = TABSIZE; in bsddialog_textbox()
HDbarbox.c223 w += (wch == L'\t') ? TABSIZE : wcwidth(wch); in mvwaddcstr()
/freebsd-head/contrib/ncurses/ncurses/widechar/
HDlib_add_wch.c337 tabsize = TABSIZE; in wadd_wch_nosync()
/freebsd-head/contrib/ncurses/misc/
HDncurses.def16 "TABSIZE" @512 NONAME
HDncurses.ref17 "TABSIZE" @512 NONAME ; variable
/freebsd-head/contrib/ncurses/ncurses/
HDllib-ltinfo729 #undef TABSIZE
730 int TABSIZE;
HDllib-ltinfow751 #undef TABSIZE
752 int TABSIZE;
HDcurses.priv.h594 #define ptrTabsize(sp) &TABSIZE
599 #define SET_TABSIZE(value) TABSIZE = value
HDllib-lncurses3458 #undef TABSIZE
3459 int TABSIZE;
HDllib-lncursesw4419 #undef TABSIZE
4420 int TABSIZE;
/freebsd-head/contrib/ncurses/
HDNEWS1946 + 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.