Home
last modified time | relevance | path

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

/openbsd/usr.bin/mandoc/
H A Ddba.c127 pos_macros = dba_tell(); in dba_write()
129 pos_end = dba_tell(); in dba_write()
270 dba_array_setpos(page, DBP_NAME, dba_tell()); in dba_pages_write()
276 dba_array_setpos(page, DBP_SECT, dba_tell()); in dba_pages_write()
290 dba_array_setpos(page, DBP_DESC, dba_tell()); in dba_pages_write()
294 dba_array_setpos(page, DBP_FILE, dba_tell()); in dba_pages_write()
404 dba_array_setpos(macros, im++, dba_tell()); in dba_macros_write()
407 pos_end = dba_tell(); in dba_macros_write()
462 kpos[ie] = dba_tell(); in dba_macro_write()
470 dpos[ie] = dba_tell(); in dba_macro_write()
[all …]
H A Ddba_write.c47 dba_tell(void) in dba_tell() function
72 pos = dba_tell(); in dba_align()
89 pos = dba_tell(); in dba_skip()
H A Ddba_write.h24 int32_t dba_tell(void);
H A Ddba_array.c174 array->pos = dba_tell(); in dba_array_writepos()