Home
last modified time | relevance | path

Searched defs:tabsize (Results 1 – 5 of 5) sorted by relevance

/plan9/sys/src/cmd/venti/srv/
H A Dfmtarenas.c21 int i, n, blocksize, tabsize, zero; in threadmain() local
H A Dindex.c39 u32int last, blocksize, tabsize; in initindex() local
247 u32int div, ub, xb, start, stop, blocksize, tabsize; in newindex() local
413 newisect(Part *part, u32int vers, char *name, u32int blocksize, u32int tabsize) in newisect()
H A Darenas.c192 newarenapart(Part *part, u32int blocksize, u32int tabsize) in newarenapart()
H A Ddat.h285 u32int tabsize; /* max. bytes in arena table */ member
454 u32int tabsize; /* max. bytes in index config */ member
485 u32int tabsize; /* max. bytes in index config */ member
/plan9/sys/src/libcontrol/
H A Dtabs.c92 tabsize(Control *c) in tabsize() function