dbm_match
dbm_page_byname(const struct dbm_match *match)
dbm_page_bysect(const struct dbm_match *match)
dbm_page_byarch(const struct dbm_match *match)
dbm_page_bydesc(const struct dbm_match *match)
dbm_page_bymacro(int32_t im, const struct dbm_match *match)
page_bytitle(enum iter arg_iter, const struct dbm_match *arg_match)
static const struct dbm_match *match;
if (dbm_match(match, cp))
page_byarch(const struct dbm_match *arg_match)
static const struct dbm_match *match;
if (dbm_match(match, cp)) {
page_bymacro(int32_t arg_im, const struct dbm_match *arg_match)
static const struct dbm_match *match;
if (dbm_match(match, cp))
static struct dbm_res page_bytitle(enum iter, const struct dbm_match *);
static struct dbm_res page_byarch(const struct dbm_match *);
static struct dbm_res page_bymacro(int32_t, const struct dbm_match *);
void dbm_page_byname(const struct dbm_match *);
void dbm_page_bysect(const struct dbm_match *);
void dbm_page_byarch(const struct dbm_match *);
void dbm_page_bydesc(const struct dbm_match *);
void dbm_page_bymacro(int32_t, const struct dbm_match *);
dbm_match(const struct dbm_match *match, const char *str)
struct dbm_match;
int dbm_match(const struct dbm_match *, const char *);
struct dbm_match match; /* Match type and expression. */