OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TABSIZE
(Results
1 - 16
of
16
) sorted by relevancy
/src/games/primes/
primes.h
47
#define
TABSIZE
256*1024
primes.c
86
* We make
TABSIZE
large to reduce the overhead of inner loop setup.
88
static char table[
TABSIZE
]; /* Eratosthenes sieve of odd numbers */
280
fact_lim+pattern_size<=
TABSIZE
; fact_lim+=pattern_size) {
284
memcpy(&table[fact_lim], pattern,
TABSIZE
-fact_lim);
290
if (stop-start >
TABSIZE
+
TABSIZE
) {
291
tab_lim = &table[
TABSIZE
]; /* sieve it all */
292
fact_lim = sqrt(start+1.0+
TABSIZE
+
TABSIZE
);
/src/usr.bin/rpcgen/
rpc_tblout.c
55
#define
TABSIZE
8
57
#define TABSTOP (
TABSIZE
*TABCOUNT)
167
len +=
TABSIZE
- 1;
169
tabs = (TABSTOP - len +
TABSIZE
- 1) /
TABSIZE
;
rpc_util.c
389
#define
TABSIZE
4
393
cnt = 8 - (i %
TABSIZE
);
415
cnt = 8 - (i %
TABSIZE
);
/src/lib/libcurses/
setterm.c
109
if ((p = getenv("
TABSIZE
")) != NULL)
110
screen->
TABSIZE
= (int)strtol(p, NULL, 0);
112
screen->
TABSIZE
= (int)t_init_tabs(screen->term);
114
screen->
TABSIZE
= TABSIZE_DEFAULT;
124
TABSIZE
= screen->
TABSIZE
;
127
"setterm: LINES = %d, COLS = %d,
TABSIZE
= %d\n",
128
LINES, COLS,
TABSIZE
);
248
TABSIZE
= screen->
TABSIZE
;
[
all
...]
screen.c
79
old_screen->
TABSIZE
=
TABSIZE
;
96
TABSIZE
= new->
TABSIZE
;
ins_wstr.c
203
w = cw * (
TABSIZE
- (x %
TABSIZE
));
265
w = cw * (
TABSIZE
- (x %
TABSIZE
));
curses.c
71
int
TABSIZE
; /* Size of a tab. */
ins_wch.c
129
TABSIZE
- (x %
TABSIZE
))) == ERR)
addbytes.c
208
int
tabsize
;
local
218
tabsize
= win->screen->
TABSIZE
;
219
newx =
tabsize
- (*x %
tabsize
);
353
int sx = 0, ex = 0, cw = 0, i = 0, newx = 0,
tabsize
;
389
tabsize
= win->screen->
TABSIZE
;
390
newx =
tabsize
- (*x %
tabsize
);
[
all
...]
curses_private.h
225
int
TABSIZE
; /* Size of a tab. */
curses.h
418
extern int
TABSIZE
; /* Size of a tab. */
/src/sys/arch/amiga/dev/
itevar.h
176
enum tab_size {
TABSIZE
= 8 };
177
#define TABEND(u) (ite_tty[u]->t_windsize.ws_col -
TABSIZE
) /* XXX */
/src/sys/arch/atari/dev/
itevar.h
169
enum tab_size {
TABSIZE
= 8 };
170
#define TABEND(u) (ite_tty[u]->t_windsize.ws_col -
TABSIZE
) /* XXX */
/src/usr.bin/fpr/
fpr.c
65
#define
TABSIZE
8
223
pos = (1 + i /
TABSIZE
) *
TABSIZE
;
/src/sys/arch/x68k/dev/
itevar.h
230
enum tab_size {
TABSIZE
= 8 };
231
#define TABEND(u) (ite_tty[u]->t_windsize.ws_col -
TABSIZE
) /* XXX */
Completed in 26 milliseconds
Indexes created Sun Feb 22 16:20:20 UTC 2026