| /src/lib/libcurses/ |
| addbytes.c | 208 int tabsize; local 218 tabsize = win->screen->TABSIZE; 219 newx = tabsize - (*x % tabsize); 353 int sx = 0, ex = 0, cw = 0, i = 0, newx = 0, tabsize; 389 tabsize = win->screen->TABSIZE; 390 newx = tabsize - (*x % tabsize); [all...] |
| /src/sys/dev/dkwedge/ |
| dkwedge_rdb.c | 109 uint32_t blk_per_cyl, bufsize, newsecsize, nextb, secsize, tabsize; local 195 tabsize = be32toh(pbp->e.tabsize); 196 if (tabsize < 11) { 215 if (tabsize >= 16)
|
| /src/sys/dev/acpi/ |
| apei_einj.c | 513 size_t mapsize = 0, tabsize, bodysize; local 576 tabsize = teatab->TableSize; 577 bodysize = tabsize - teatab->HeaderSize; 581 tabsize - nentries*sizeof(ACPI_EINJ_ENTRY)); 583 tabsize = teatab->HeaderSize + bodysize; 590 tabsize = teatab->HeaderSize + bodysize; 597 mapsize = tabsize;
|
| /src/sys/sys/ |
| disklabel_rdb.h | 99 uint32_t tabsize; /* 0: environ table size */ member in struct:ados_environ
|
| /src/usr.bin/deroff/ |
| deroff.c | 1442 static int tabsize = 0; local 1447 buildtab(&mactab, &tabsize); 1477 ub = tabsize - 1;
|
| /src/usr.bin/diff/ |
| diffreg.c | 170 const int tabsize = 8; variable 281 } else if (width <= 3 || width <= tabsize) { 286 while (hw > 0 && roundup(hw + 3, tabsize) + hw > width) 288 if (width - (roundup(hw + 3, tabsize) + hw) < tabsize) 289 width = roundup(hw + 3, tabsize) + hw; 1267 newcol = roundup(col + 1, tabsize); 1660 while ((tabstop = roundup(col + 1, tabsize)) <= newcol) {
|
| /src/usr.bin/indent/ |
| indent.h | 248 int tabsize; /* the size of a tab */ member in struct:options 549 return ind - ind % opt.tabsize + opt.tabsize;
|
| /src/sys/arch/m68k/m68k/ |
| pmap_68k.c | 625 const size_t tabsize = PAGE_SIZE / tabcnt; local 668 for (unsigned int i = 0; i < tabcnt; ptpva += tabsize, i++) {
|