Home
last modified time | relevance | path

Searched refs:dba_new (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/mandoc/
H A Ddba.h37 struct dba *dba_new(int32_t);
H A Ddba_read.c50 dba = dba_new(npages < 128 ? 128 : npages); in dba_read()
H A Ddba.c64 dba_new(int32_t npages) in dba_new() function
H A Dmandocdb.c445 dba = nodb ? dba_new(128) : dba_read(MANDOC_DB); in mandocdb()
465 dba = dba_new(128); in mandocdb()
515 dba = dba_new(128); in mandocdb()