Searched defs:_match (Results 1 – 3 of 3) sorted by relevance
78 typedef struct _match { struct79 struct _match *next; /* Pointer to next item in list */ argument80 match_opt_t opt_type;81 union {88 } value;
60 _match(MENU *m, char c, ITEM **current) in _match() function
116 #define FMODSW_KEYCMP(_k1, _k2, _match) \ argument