Searched refs:TABSIZE (Results 1 - 16 of 16) sorted by relevance

/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/lib/libcurses/screen/
H A Dcurses.c50 int LINES, COLS, TABSIZE, COLORS, COLOR_PAIRS; variable
H A Dsetcurscreen.c64 TABSIZE = SP->tsize;
H A Dmvcur.c332 nt = tab ? (nx / TABSIZE - cx / TABSIZE) : 0;
333 tx = (nt > 0) ? (cx / TABSIZE + nt) * TABSIZE : cx;
407 x = (nx % TABSIZE) ? (nx / TABSIZE + 1) * TABSIZE : nx;
411 nt = (cx / TABSIZE - x / TABSIZE) +
412 ((cx % TABSIZE)
[all...]
H A Dwinsch.c90 n = (TABSIZE - (curx % TABSIZE));
H A Dwgetwstr.c134 length[cpos] = TABSIZE -
135 (colnum[cpos] % TABSIZE);
H A Dwaddch.c102 if ((newx = x + (TABSIZE -
103 (x % TABSIZE))) > win->_maxx)
H A Dwgetstr.c173 length[cpos] = TABSIZE-
175 TABSIZE);
H A Dnewscreen.c293 TABSIZE = SP->tsize;
/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/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...]
/illumos-gate/usr/src/lib/libshell/common/edit/
H A Dedit.c685 while((pp-ep->e_prompt)%TABSIZE)
1327 c = TABSIZE - c%TABSIZE;
H A Dvi.c2257 p -= ((p+editb.e_plen)%TABSIZE);
2258 p += (TABSIZE-1);

Completed in 65 milliseconds