Searched defs:TABSIZE (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libcurses/screen/
H A Dcurses.c50 int LINES, COLS, TABSIZE, COLORS, COLOR_PAIRS; variable
/illumos-gate/usr/src/lib/libcmd/common/
H A Dfold.c80 #define TABSIZE 8 macro
143 n = (TABSIZE-1) - (cp+col-1-first)&(TABSIZE-1);
150 col = TABSIZE-1;
/illumos-gate/usr/src/cmd/rpcgen/
H A Drpc_tblout.c51 #define TABSIZE 8 macro
53 #define TABSTOP (TABSIZE*TABCOUNT)
173 len += TABSIZE - 1;
179 tabs = (TABSTOP - len + TABSIZE - 1)/TABSIZE;
H A Drpc_util.c376 #define TABSIZE 4 macro
380 cnt = 8 - (i % TABSIZE);
401 cnt = 8 - (i % TABSIZE);
/illumos-gate/usr/src/cmd/ypcmd/mknetid/
H A Dmknetid.c513 #define TABSIZE sizeof (whattodo)/sizeof (whattodo[0]) macro
524 for (j = 0; j < TABSIZE; j++) {
537 if (j == TABSIZE) {
/illumos-gate/usr/src/lib/libshell/common/include/
H A Dedit.h61 #define TABSIZE 8 macro
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_state.c269 #define TABSIZE 17 macro
271 #define TABSIZE 2047 macro
1246 TABSIZE,
1266 TABSIZE,
1282 TABSIZE,
1298 TABSIZE,
1325 TABSIZE,
1349 TABSIZE,
1371 TABSIZE,
1387 TABSIZE,
[all...]

Completed in 76 milliseconds