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

/ast/src/lib/libcmd/
H A Dfold.c80 #define TABSIZE 8 macro
143 n = (TABSIZE-1) - (cp+col-1-first)&(TABSIZE-1);
150 col = TABSIZE-1;
/ast/src/cmd/3d/
H A D3d.h235 #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 Dlib.c156 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 Ddir_3d.h206 Dir_physical_t view[TABSIZE]; /* dirp's in view */
H A Dinit.c674 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 Dedit.h59 #define TABSIZE 8 macro
H A Dedit.c612 while((pp-editb.e_prompt)%TABSIZE)
1145 c = TABSIZE - c%TABSIZE;
H A Dvi.c2183 p -= ((p+editb.e_plen)%TABSIZE);
2184 p += (TABSIZE-1);
/ast/src/cmd/ksh93/include/
H A Dedit.h61 #define TABSIZE 8 macro
/ast/src/cmd/ksh93/edit/
H A Dedit.c696 while((pp-ep->e_prompt)%TABSIZE)
1347 c = TABSIZE - c%TABSIZE;
H A Dvi.c2347 p -= ((p+editb.e_plen)%TABSIZE);
2348 p += (TABSIZE-1);

Completed in 40 milliseconds