Home
last modified time | relevance | path

Searched refs:restricted_match (Results 1 – 2 of 2) sorted by relevance

/dports/irc/atheme-services/atheme-7.2.9/modules/nickserv/
H A Drestrict.c30 static bool restricted_match(const mynick_t *mn, const void *arg) { in restricted_match() function
84 restrict_match.is_match = restricted_match; in _modinit()
/dports/lang/ghc/ghc-8.10.7/compiler/typecheck/
H A DTcBinds.hs1662 restricted (FunBind { fun_id = v, fun_matches = m }) = restricted_match m
1666 restricted_match mg = matchGroupArity mg == 0 function