Searched refs:mentry (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/usr.sbin/btrace/
H A Dmap.c36 RB_HEAD(map, mentry);
38 struct mentry { struct
39 RB_ENTRY(mentry) mlink;
44 int mcmp(const struct mentry *, const struct mentry *);
45 struct mentry *mget(struct map *, const char *);
47 RB_GENERATE(map, mentry, mlink, mcmp);
50 mcmp(const struct mentry *me0, const struct mentry *me1)
55 struct mentry *
[all...]
H A Dbt_parse.y134 %type <v.arg> vargs mentry mpat pargs
161 mentry : GVAR '[' vargs ']' { $$ = bm_find($1, $3); } label
217 | mentry
245 | F_DELETE '(' mentry ')' { $$ = bm_op($1, $3, NULL); }

Completed in 177 milliseconds