/titanic_51/usr/src/lib/libcurses/screen/ |
H A D | mvcur.c | 332 nt = tab ? (nx / TABSIZE - cx / TABSIZE) : 0; in _mvright() 333 tx = (nt > 0) ? (cx / TABSIZE + nt) * TABSIZE : cx; in _mvright() 407 x = (nx % TABSIZE) ? (nx / TABSIZE + 1) * TABSIZE : nx; in _mvleft() 411 nt = (cx / TABSIZE - x / TABSIZE) + in _mvleft() 412 ((cx % TABSIZE) in _mvleft() [all...] |
H A D | winsch.c | 90 n = (TABSIZE - (curx % TABSIZE)); in winsch()
|
H A D | wgetwstr.c | 134 length[cpos] = TABSIZE - in wgetnwstr() 135 (colnum[cpos] % TABSIZE); in wgetnwstr()
|
H A D | wgetstr.c | 173 length[cpos] = TABSIZE- in wgetnstr() 175 TABSIZE); in wgetnstr()
|
H A D | waddch.c | 102 if ((newx = x + (TABSIZE - in waddch() 103 (x % TABSIZE))) > win->_maxx) in waddch()
|
H A D | setcurscreen.c | 64 TABSIZE = SP->tsize; in setcurscreen()
|
H A D | curses.c | 50 int LINES, COLS, TABSIZE, COLORS, COLOR_PAIRS; variable
|
H A D | newscreen.c | 293 TABSIZE = SP->tsize; in newscreen()
|
H A D | mapfile-vers | 546 TABSIZE;
|
H A D | curses.ed | 220 extern int LINES, COLS, TABSIZE, COLORS, COLOR_PAIRS;
|
/titanic_51/usr/src/cmd/rpcgen/ |
H A D | rpc_tblout.c | 51 #define TABSIZE 8 macro 53 #define TABSTOP (TABSIZE*TABCOUNT) 173 len += TABSIZE - 1; in printit() 179 tabs = (TABSTOP - len + TABSIZE - 1)/TABSIZE; in printit()
|
H A D | rpc_util.c | 376 #define TABSIZE 4 in printbuf() macro 380 cnt = 8 - (i % TABSIZE); in printbuf() 401 cnt = 8 - (i % TABSIZE); in printwhere()
|
/titanic_51/usr/src/contrib/ast/src/lib/libcmd/ |
H A D | fold.c | 80 #define TABSIZE 8 macro 143 n = (TABSIZE-1) - (cp+col-1-first)&(TABSIZE-1); in fold() 150 col = TABSIZE-1; in fold()
|
/titanic_51/usr/src/lib/libcmd/common/ |
H A D | fold.c | 80 #define TABSIZE 8 macro 143 n = (TABSIZE-1) - (cp+col-1-first)&(TABSIZE-1); in fold() 150 col = TABSIZE-1; in fold()
|
/titanic_51/usr/src/cmd/ypcmd/mknetid/ |
H A D | mknetid.c | 513 #define TABSIZE sizeof (whattodo)/sizeof (whattodo[0]) macro 524 for (j = 0; j < TABSIZE; j++) { 537 if (j == TABSIZE) {
|
/titanic_51/usr/src/lib/libshell/common/include/ |
H A D | edit.h | 61 #define TABSIZE 8 macro
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/include/ |
H A D | edit.h | 61 #define TABSIZE 8 macro
|
/titanic_51/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_state.c | 269 #define TABSIZE 17 macro 271 #define TABSIZE 2047 macro 1246 TABSIZE, in rfs4_state_init() 1266 TABSIZE, in rfs4_state_init() 1282 TABSIZE, in rfs4_state_init() 1298 TABSIZE, in rfs4_state_init() 1325 TABSIZE, in rfs4_state_init() 1349 TABSIZE, in rfs4_state_init() 1371 TABSIZE, in rfs4_state_init() 1387 TABSIZE, in rfs4_state_init() [all...] |
/titanic_51/usr/src/lib/libshell/common/edit/ |
H A D | edit.c | 685 while((pp-ep->e_prompt)%TABSIZE) in ed_setup() 1327 c = TABSIZE - c%TABSIZE;
|
H A D | vi.c | 2257 p -= ((p+editb.e_plen)%TABSIZE); in sync_cursor() 2258 p += (TABSIZE-1); in sync_cursor()
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/edit/ |
H A D | edit.c | 697 while((pp-ep->e_prompt)%TABSIZE) in ed_setup() 1348 c = TABSIZE - c%TABSIZE;
|
H A D | vi.c | 2353 p -= ((p+editb.e_plen)%TABSIZE); in sync_cursor() 2354 p += (TABSIZE-1); in sync_cursor()
|
/titanic_51/usr/src/grub/grub-0.97/ |
H A D | ChangeLog | 5171 MBI.SYMS.A.ADDR + 4 + MBI.SYMS.A.TABSIZE + MBI.SYMS.A.STRSIZE.
|