Searched refs:TABSIZE (Results 1 - 11 of 11) sorted by relevance
/ast/src/lib/libcmd/ |
H A D | fold.c | 80 #define TABSIZE 8 macro 143 n = (TABSIZE-1) - (cp+col-1-first)&(TABSIZE-1); 150 col = TABSIZE-1;
|
/ast/src/cmd/3d/ |
H A D | 3d.h | 235 #define TABSIZE (1<<TABBITS) /* v* tab size */ macro 237 #define INSTANCE TABSIZE /* under ver */ 377 Map_t table[TABSIZE]; 435 Fs_t fs[TABSIZE]; 526 Mount_t mount[2 * TABSIZE];
|
H A D | lib.c | 156 else if (state.limit != TABSIZE) 166 if ((n = FS3D_arg(op)) <= 0 || n > TABSIZE) 167 n = TABSIZE; 176 state.limit = TABSIZE; 181 state.limit = TABSIZE;
|
H A D | dir_3d.h | 206 Dir_physical_t view[TABSIZE]; /* dirp's in view */
|
H A D | init.c | 674 if (!x && (state.in_2d || state.limit < TABSIZE) || x == HASHKEY2(HASHKEYN('2'),'d') || x == HASHKEY2(HASHKEYN('3'),'d')) 678 n = (state.limit == TABSIZE) ? sfsprintf(buf, 0, "- /#%s/%cd ", fs->special, state.in_2d ? '2' : '3') : sfsprintf(buf, 0, "- /#%s/2d=%d ", fs->special, state.limit); 681 else n = fs->specialsize + (state.limit == TABSIZE) ? 8 : 11; 933 if (state.limit == TABSIZE) bprintf(&b, e, " %cd on\n", state.in_2d ? '2' : '3'); 1091 state.limit = TABSIZE; 1097 state.limit = TABSIZE; 1438 TABSIZE, /* limit */
|
/ast/src/cmd/ie/ |
H A D | edit.h | 59 #define TABSIZE 8 macro
|
H A D | edit.c | 612 while((pp-editb.e_prompt)%TABSIZE) 1145 c = TABSIZE - c%TABSIZE;
|
H A D | vi.c | 2183 p -= ((p+editb.e_plen)%TABSIZE); 2184 p += (TABSIZE-1);
|
/ast/src/cmd/ksh93/include/ |
H A D | edit.h | 61 #define TABSIZE 8 macro
|
/ast/src/cmd/ksh93/edit/ |
H A D | edit.c | 696 while((pp-ep->e_prompt)%TABSIZE) 1347 c = TABSIZE - c%TABSIZE;
|
H A D | vi.c | 2347 p -= ((p+editb.e_plen)%TABSIZE); 2348 p += (TABSIZE-1);
|
Completed in 40 milliseconds