Lines Matching full:pages
36 int32_t pages; member
58 static struct page *pages; variable
72 * Map the pages and macros[] arrays.
85 warnx("dbm_open(%s): Invalid number of pages: %d", in dbm_open()
89 pages = (struct page *)dbm_getint(5); in dbm_open()
124 /*** functions for handling pages *************************************/
142 res.name = dbm_get(pages[ip].name); in dbm_page_get()
145 res.sect = dbm_get(pages[ip].sect); in dbm_page_get()
148 res.arch = pages[ip].arch ? dbm_get(pages[ip].arch) : NULL; in dbm_page_get()
149 res.desc = dbm_get(pages[ip].desc); in dbm_page_get()
152 res.file = dbm_get(pages[ip].file); in dbm_page_get()
155 res.addr = dbm_addr(pages + ip); in dbm_page_get()
160 * Functions to start filtered iterations over manual pages.
220 * Functions implementing the iteration over manual pages.
240 cp = dbm_get(pages[0].name); in page_bytitle()
243 cp = dbm_get(pages[0].sect); in page_bytitle()
246 cp = dbm_get(pages[0].desc); in page_bytitle()
322 if (pages[ip].arch) in page_byarch()
323 for (cp = dbm_get(pages[ip].arch); in page_byarch()
374 pp = dbm_get(macros[im][iv].pages); in page_bymacro()
379 res.page = (struct page *)dbm_get(*pp++) - pages; in page_bymacro()
404 macro.pp = dbm_get(macros[im][iv].pages); in dbm_macro_get()
437 pp = dbm_get(macros[im]->pages); in macro_bypage()
463 /* Found a match; skip the remaining pages of this entry. */ in macro_bypage()