Searched defs:_match (Results 1 – 3 of 3) sorted by relevance
76 typedef struct _match { struct77 struct _match *next; /* Pointer to next item in list */ argument78 match_opt_t opt_type;79 union {86 } value;
62 _match(MENU *m, char c, ITEM **current) in _match() function
116 #define FMODSW_KEYCMP(_k1, _k2, _match) \ argument