mentry
%type <v.arg> vargs mentry mpat pargs
mentry : GVAR '[' vargs ']' { $$ = bm_find($1, $3); }
| mentry
| F_DELETE '(' mentry ')' { $$ = bm_op($1, $3, NULL); }
struct mentry me, *mep;
struct mentry *mep;
struct mentry *mep;
const struct mentry *ma = *(const struct mentry **)a;
const struct mentry *mb = *(const struct mentry **)b;
struct mentry **elms, *mep;
struct mentry *mep;
struct mentry *mep, *mcur;
RB_HEAD(map, mentry);
RB_ENTRY(mentry) mlink;
int mcmp(const struct mentry *, const struct mentry *);
struct mentry *mget(struct map *, const char *);
RB_GENERATE(map, mentry, mlink, mcmp);
mcmp(const struct mentry *me0, const struct mentry *me1)
struct mentry *
struct mentry me, *mep;
mep = calloc(1, sizeof(struct mentry));
struct mentry *mep;