HomeSort by: relevance | last modified time | path
    Searched defs:tabsize (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/dev/dkwedge/
dkwedge_rdb.c 109 uint32_t blk_per_cyl, bufsize, newsecsize, nextb, secsize, tabsize; local in function:dkwedge_discover_rdb
195 tabsize = be32toh(pbp->e.tabsize);
196 if (tabsize < 11) {
215 if (tabsize >= 16)
  /src/lib/libcurses/
addbytes.c 208 int tabsize; local in function:_cursesi_addbyte
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/acpi/
apei_einj.c 513 size_t mapsize = 0, tabsize, bodysize; local in function:apei_einj_trigger
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 in function:comline
1447 buildtab(&mactab, &tabsize);
1477 ub = tabsize - 1;
  /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;

Completed in 20 milliseconds