Searched refs:dba_tell (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/mandoc/
H A Ddba_write.h24 int32_t dba_tell(void);
H A Ddba_write.c57 dba_tell(void) function
82 pos = dba_tell();
99 pos = dba_tell();
H A Ddba.c135 pos_macros = dba_tell();
137 pos_end = dba_tell();
278 dba_array_setpos(page, DBP_NAME, dba_tell());
284 dba_array_setpos(page, DBP_SECT, dba_tell());
291 dba_array_setpos(page, DBP_ARCH, dba_tell());
298 dba_array_setpos(page, DBP_DESC, dba_tell());
302 dba_array_setpos(page, DBP_FILE, dba_tell());
412 dba_array_setpos(macros, im++, dba_tell());
415 pos_end = dba_tell();
470 kpos[ie] = dba_tell();
[all...]
H A Ddba_array.c174 array->pos = dba_tell();

Completed in 103 milliseconds