OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TABSIZE
(Results
1 - 9
of
9
) sorted by relevancy
/src/games/primes/
primes.h
47
#define
TABSIZE
256*1024
/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/
curses.c
71
int
TABSIZE
; /* Size of a tab. */
curses_private.h
225
int
TABSIZE
; /* Size of a tab. */
/src/usr.bin/fpr/
fpr.c
65
#define
TABSIZE
8
223
pos = (1 + i /
TABSIZE
) *
TABSIZE
;
/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/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 13 milliseconds
Indexes created Wed Sep 24 05:09:52 GMT 2025