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

  /src/sys/external/bsd/libfdt/dist/
libfdt_internal.h 25 const char *fdt_find_string_(const char *strtab, int tabsize, const char *s);
fdt.c 272 const char *fdt_find_string_(const char *strtab, int tabsize, const char *s)
275 const char *last = strtab + tabsize - len;
  /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/usr.bin/indent/
io.c 154 int n = new_ind / opt.tabsize - ind / opt.tabsize;
156 ind = ind - ind % opt.tabsize + n * opt.tabsize;
321 target_ind += opt.tabsize;
indent.h 248 int tabsize; /* the size of a tab */ member in struct:options
549 return ind - ind % opt.tabsize + opt.tabsize;
args.c 118 int_option("ts", tabsize, 1, 80),
indent.c 68 .tabsize = 8,
  /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...]
setterm.c 109 if ((p = getenv("TABSIZE")) != NULL)
110 screen->TABSIZE = (int)strtol(p, NULL, 0);
112 screen->TABSIZE = (int)t_init_tabs(screen->term);
114 screen->TABSIZE = TABSIZE_DEFAULT;
124 TABSIZE = screen->TABSIZE;
127 "setterm: LINES = %d, COLS = %d, TABSIZE = %d\n",
128 LINES, COLS, TABSIZE);
248 TABSIZE = screen->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/arch/ofppc/stand/ofwboot/
rdb.c 203 if (pbp->e.tabsize < 11)
207 if (pbp->e.tabsize < 16)
  /src/sys/sys/
disklabel_rdb.h 99 uint32_t tabsize; /* 0: environ table size */ member in struct:ados_environ
  /src/sys/arch/amiga/amiga/
disksubr.c 331 if (pbp->e.tabsize < 11) {
346 if (pbp->e.tabsize >= 16)
467 } else if (pbp->e.tabsize >= 22 && ISFSARCH_NETBSD(adt)) {
  /src/sys/arch/ofppc/ofppc/
disksubr.c 406 if (pbp->e.tabsize < 11) {
421 if (pbp->e.tabsize >= 16)
545 } else if (pbp->e.tabsize > 22 && ISFSARCH_NETBSD(adt)) {
  /src/usr.bin/deroff/
deroff.c 1442 static int tabsize = 0; local in function:comline
1447 buildtab(&mactab, &tabsize);
1477 ub = tabsize - 1;
  /src/sys/external/bsd/ipf/netinet/
ip_sync.c 1216 /* Parameters: tabsize(I) - size of the array pointed to by table */
1224 ipf_sync_flush_table(ipf_sync_softc_t *softs, int tabsize, synclist_t **table)
1231 for (i = 0; i < tabsize; i++) {

Completed in 20 milliseconds