Lines Matching full:pages
46 int32_t pages; member
68 static struct page *pages; variable
82 * Map the pages and macros[] arrays.
95 warnx("dbm_open(%s): Invalid number of pages: %d", in dbm_open()
99 pages = (struct page *)dbm_getint(5); in dbm_open()
134 /*** functions for handling pages *************************************/
152 res.name = dbm_get(pages[ip].name); in dbm_page_get()
155 res.sect = dbm_get(pages[ip].sect); in dbm_page_get()
158 res.arch = pages[ip].arch ? dbm_get(pages[ip].arch) : NULL; in dbm_page_get()
159 res.desc = dbm_get(pages[ip].desc); in dbm_page_get()
162 res.file = dbm_get(pages[ip].file); in dbm_page_get()
165 res.addr = dbm_addr(pages + ip); in dbm_page_get()
170 * Functions to start filtered iterations over manual pages.
230 * Functions implementing the iteration over manual pages.
250 cp = dbm_get(pages[0].name); in page_bytitle()
253 cp = dbm_get(pages[0].sect); in page_bytitle()
256 cp = dbm_get(pages[0].desc); in page_bytitle()
332 if (pages[ip].arch) in page_byarch()
333 for (cp = dbm_get(pages[ip].arch); in page_byarch()
384 pp = dbm_get(macros[im][iv].pages); in page_bymacro()
389 res.page = (struct page *)dbm_get(*pp++) - pages; in page_bymacro()
414 macro.pp = dbm_get(macros[im][iv].pages); in dbm_macro_get()
447 pp = dbm_get(macros[im]->pages); in macro_bypage()
473 /* Found a match; skip the remaining pages of this entry. */ in macro_bypage()