Home
last modified time | relevance | path

Searched defs:_match (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Dmain.c76 typedef struct _match { struct
77 struct _match *next; /* Pointer to next item in list */ argument
78 match_opt_t opt_type;
79 union {
86 } value;
/illumos-gate/usr/src/lib/libeti/menu/common/
H A Dpattern.c60 _match(MENU *m, char c, ITEM **current) in _match() function
/illumos-gate/usr/src/uts/common/io/
H A Dstr_conf.c116 #define FMODSW_KEYCMP(_k1, _k2, _match) \ argument