Searched refs:dbm_match (Results 1 – 5 of 5) sorted by relevance
72 static struct dbm_res page_bytitle(enum iter, const struct dbm_match *);73 static struct dbm_res page_byarch(const struct dbm_match *);74 static struct dbm_res page_bymacro(int32_t, const struct dbm_match *);173 dbm_page_byname(const struct dbm_match *match) in dbm_page_byname()180 dbm_page_bysect(const struct dbm_match *match) in dbm_page_bysect()187 dbm_page_byarch(const struct dbm_match *match) in dbm_page_byarch()194 dbm_page_bydesc(const struct dbm_match *match) in dbm_page_bydesc()201 dbm_page_bymacro(int32_t im, const struct dbm_match *match) in dbm_page_bymacro()233 page_bytitle(enum iter arg_iter, const struct dbm_match *arg_match) in page_bytitle()235 static const struct dbm_match *match; in page_bytitle()[all …]
28 struct dbm_match { struct58 void dbm_page_byname(const struct dbm_match *);59 void dbm_page_bysect(const struct dbm_match *);60 void dbm_page_byarch(const struct dbm_match *);61 void dbm_page_bydesc(const struct dbm_match *);62 void dbm_page_bymacro(int32_t, const struct dbm_match *);
22 struct dbm_match;29 int dbm_match(const struct dbm_match *, const char *);
182 dbm_match(const struct dbm_match *match, const char *str) in dbm_match() function
47 struct dbm_match match; /* Match type and expression. */