Home
last modified time | relevance | path

Searched refs:need_args (Results 1 – 9 of 9) sorted by relevance

/dports/x11-fonts/terminus-font/terminus-font-4.48/bin/
H A Dfncli.py26 def __init__(self, need_args, help_text, version_text): argument
27 for name in need_args:
31 self.need_args = need_args
41 return name in self.need_args
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-lib-parser-8.10.7.20210828/compiler/coreSyn/
H A DCoreArity.hs1147 | need_args == 0
1149 | need_args < 0
1155 need_args = join_arity - length args function
1156 (new_bndrs, new_rhs) = etaBodyForJoinPoint need_args rhs
1161 etaBodyForJoinPoint need_args body
1162 = go need_args (exprType body) (init_subst body) [] body
1174 = pprPanic "etaBodyForJoinPoint" $ int need_args $$
/dports/lang/ghc/ghc-8.10.7/compiler/coreSyn/
H A DCoreArity.hs1147 | need_args == 0
1149 | need_args < 0
1155 need_args = join_arity - length args function
1156 (new_bndrs, new_rhs) = etaBodyForJoinPoint need_args rhs
1161 etaBodyForJoinPoint need_args body
1162 = go need_args (exprType body) (init_subst body) [] body
1174 = pprPanic "etaBodyForJoinPoint" $ int need_args $$
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Core/Opt/
H A DArity.hs1286 | need_args == 0
1288 | need_args < 0
1294 need_args = join_arity - length args function
1295 (new_bndrs, new_rhs) = etaBodyForJoinPoint need_args rhs
1300 etaBodyForJoinPoint need_args body
1301 = go need_args (exprType body) (init_subst body) [] body
1313 = pprPanic "etaBodyForJoinPoint" $ int need_args $$
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Core/Opt/
H A DArity.hs1910 | need_args == 0
1912 | need_args < 0
1918 need_args = join_arity - length args function
1919 (new_bndrs, new_rhs) = etaBodyForJoinPoint need_args rhs
1924 etaBodyForJoinPoint need_args body
1925 = go need_args (exprType body) (init_subst body) [] body
1937 = pprPanic "etaBodyForJoinPoint" $ int need_args $$
/dports/irc/anope/anope-2.0.9/modules/commands/
H A Dbs_badwords.cpp381 bool need_args = cmd.equals_ci("LIST") || cmd.equals_ci("CLEAR"); in Execute() local
383 if (!need_args && word.empty()) in Execute()
/dports/net/axa/axa-2.2.0/sratool/
H A Dcmd.c137 ternary_t need_args; /* YES|NO|MB (maybe) */ member
628 if ((ce->need_args == YES && *arg == '\0') in run_cmd()
629 || (ce->need_args == NO && *arg != '\0')) { in run_cmd()
685 if (ce->need_args != YES) in cmd()
701 if (ce->need_args == NO) { in cmd()
/dports/devel/py-sip/sip-5.5.0/code_generator/
H A Dgencode.c10877 int need_method, need_self, need_args, need_selfarg, need_orig_self; in generateFunction() local
10885 need_method = need_self = need_args = need_selfarg = need_orig_self = FALSE; in generateFunction()
10899 need_args = TRUE; in generateFunction()
10950 …, cd->iff, pname, (need_self ? "sipSelf" : ""), (need_args ? "sipArgs" : ""), (noArgParser(md) || … in generateFunction()
10960 if (need_args) in generateFunction()
11026 " sipNoMethod(%s, %N, %N, ", (need_args ? "sipParseErr" : "SIP_NULLPTR"), cd->pyname, md->pyname… in generateFunction()
/dports/x11-fm/worker/worker-4.10.0/src/
H A Dworker.cc5233 e->setActivateFunction( [this, name = cmd.name, need_args = cmd.has_args]() {
5236 if ( need_args ) {