Home
last modified time | relevance | path

Searched refs:LIST_ARGS (Results 1 – 25 of 25) sorted by relevance

/dports/science/agrum/aGrUM-29e540d8169268e8fe5d5c69bc4b2b1290f12320/src/agrum/tools/core/signal/
H A Dsignaler_with_args.pattern.h166 (_target_->*_action_)(src, LIST_ARGS); in MAKE_NAME()
211 connector->notify(src, LIST_ARGS); in MAKE_NAME()
224 #undef LIST_ARGS
H A Dsignaler1.h39 #define LIST_ARGS arg1 macro
H A Dsignaler2.h39 #define LIST_ARGS arg1, arg2 macro
H A Dsignaler3.h39 #define LIST_ARGS arg1, arg2, arg3 macro
H A Dsignaler4.h39 #define LIST_ARGS arg1, arg2, arg3, arg4 macro
H A Dsignaler5.h39 #define LIST_ARGS arg1, arg2, arg3, arg4, arg5 macro
H A Dsignaler6.h40 #define LIST_ARGS arg1, arg2, arg3, arg4, arg5, arg6 macro
H A Dsignaler7.h41 #define LIST_ARGS arg1, arg2, arg3, arg4, arg5, arg6, arg7 macro
/dports/lang/parrot/parrot-8.1.0/t/op/
H A Dcc_params_old.t112 $self->{LIST_ARGS} = join ', ' => @{ $self->{_ARGS} };
113 $self->{INIT_ARGS} = ' .local int ' . $self->{LIST_ARGS} . $/;
/dports/devel/b2/B2_Command_Line_Tool-1.3.8/b2/
H A Dconsole_tool.py121 LIST_ARGS = [] variable in Command
177 list_args=self.LIST_ARGS,
1149 LIST_ARGS = ['excludeRegex', 'includeRegex', 'excludeDirRegex'] variable in Sync
1294 LIST_ARGS = ['info'] variable in UploadFile
/dports/devel/libffcall/libffcall-2.4/avcall/
H A Davcall-internal.h48 #define __av_start(LIST,LIST_ARGS,LIST_ARGS_END,FUNC,RADDR,RETTYPE,FLAGS) \ argument
52 (LIST).args = (LIST_ARGS), \
159 #define __av_start_struct(LIST,LIST_ARGS,LIST_ARGS_END,FUNC,TYPE_SIZE,TYPE_SPLITTABLE,RADDR,FLAGS) \ argument
160 (__av_start(LIST,LIST_ARGS,LIST_ARGS_END,FUNC,RADDR,__AVstruct,FLAGS), \
/dports/devel/cmake-gui/cmake-3.22.1/Source/
H A DcmFileCommand.cxx3086 const std::vector<std::string> LIST_ARGS = { in HandleGetRuntimeDependenciesCommand() local
3100 auto kwend = cmRemoveMatching(keywordsMissingValues, LIST_ARGS); in HandleGetRuntimeDependenciesCommand()
3375 const std::vector<std::string> LIST_ARGS = { in HandleArchiveCreateCommand() local
3379 auto kwend = cmRemoveMatching(keywordsMissingValues, LIST_ARGS); in HandleArchiveCreateCommand()
3501 const std::vector<std::string> LIST_ARGS = { "INPUT", "DESTINATION", in HandleArchiveExtractCommand() local
3504 auto kwend = cmRemoveMatching(keywordsMissingValues, LIST_ARGS); in HandleArchiveExtractCommand()
/dports/devel/cmake-doc/cmake-3.22.1/Source/
H A DcmFileCommand.cxx3086 const std::vector<std::string> LIST_ARGS = { in HandleGetRuntimeDependenciesCommand() local
3100 auto kwend = cmRemoveMatching(keywordsMissingValues, LIST_ARGS); in HandleGetRuntimeDependenciesCommand()
3375 const std::vector<std::string> LIST_ARGS = { in HandleArchiveCreateCommand() local
3379 auto kwend = cmRemoveMatching(keywordsMissingValues, LIST_ARGS); in HandleArchiveCreateCommand()
3501 const std::vector<std::string> LIST_ARGS = { "INPUT", "DESTINATION", in HandleArchiveExtractCommand() local
3504 auto kwend = cmRemoveMatching(keywordsMissingValues, LIST_ARGS); in HandleArchiveExtractCommand()
/dports/devel/cmake/cmake-3.22.1/Source/
H A DcmFileCommand.cxx3086 const std::vector<std::string> LIST_ARGS = { in HandleGetRuntimeDependenciesCommand() local
3100 auto kwend = cmRemoveMatching(keywordsMissingValues, LIST_ARGS); in HandleGetRuntimeDependenciesCommand()
3375 const std::vector<std::string> LIST_ARGS = { in HandleArchiveCreateCommand() local
3379 auto kwend = cmRemoveMatching(keywordsMissingValues, LIST_ARGS); in HandleArchiveCreateCommand()
3501 const std::vector<std::string> LIST_ARGS = { "INPUT", "DESTINATION", in HandleArchiveExtractCommand() local
3504 auto kwend = cmRemoveMatching(keywordsMissingValues, LIST_ARGS); in HandleArchiveExtractCommand()
/dports/mail/rspamd/rspamd-3.1/lualib/lua_selectors/
H A Dinit.lua247 LIST_ARGS = l.Ct(tbl_obrace * l.V("LIST_ARG") * tbl_ebrace),
/dports/mail/rspamd-devel/rspamd-93430bb/lualib/lua_selectors/
H A Dinit.lua247 LIST_ARGS = l.Ct(tbl_obrace * l.V("LIST_ARG") * tbl_ebrace),
/dports/editors/xvile/vile-9.8v/
H A Dbind.c38 static void makebindlist(LIST_ARGS);
39 static void makebindkeyslist(LIST_ARGS);
1936 list_which(LIST_ARGS) in list_which() argument
H A Drandom.c104 void (*func) (LIST_ARGS), /* ptr to function to execute */ in liststuff()
H A Dproto.h1111 extern int liststuff (const char *name, int appendit, void (*)(LIST_ARGS), int iarg, void *vargp);
H A Destruct.h2772 #define LIST_ARGS int flag, void *ptr macro
/dports/editors/vile/vile-9.8v/
H A Dbind.c38 static void makebindlist(LIST_ARGS);
39 static void makebindkeyslist(LIST_ARGS);
1936 list_which(LIST_ARGS) in list_which() argument
H A Drandom.c104 void (*func) (LIST_ARGS), /* ptr to function to execute */ in liststuff()
H A Dproto.h1111 extern int liststuff (const char *name, int appendit, void (*)(LIST_ARGS), int iarg, void *vargp);
H A Destruct.h2772 #define LIST_ARGS int flag, void *ptr macro
/dports/devel/libffcall/libffcall-2.4/
H A DChangeLog2144 (__av_start_struct): Add LIST_ARGS, LIST_ARGS_END, FLAGS arguments.
2189 (__av_start): Add LIST_ARGS argument.