Home
last modified time | relevance | path

Searched +defs:c +defs:ccall (Results 1 – 23 of 23) sorted by relevance

/dports/mail/heirloom-mailx/mailx-12.4/
H A Dmacro.c193 ccall(void *v) in ccall() function
327 int c; in list0() local
/dports/lang/f2c/f2c-20200916/src/
H A Dputpcc.c1221 typekludge(ccall, q, at, j) in typekludge() argument
1420 save_argtypes(arglist, at0, at1, ccall, fname, stg, nchargs, type, zap) in save_argtypes() argument
1912 Constp c, c1; local
/dports/audio/moony-lv2/moony-0.36.0/lua-5.4.2/
H A Dldo.c58 #define LUAI_THROW(L,c) throw(c) argument
59 #define LUAI_TRY(L,c,a) \ argument
66 #define LUAI_THROW(L,c) _longjmp((c)->b, 1) argument
67 #define LUAI_TRY(L,c,a) if (_setjmp((c)->b) == 0) { a } argument
73 #define LUAI_THROW(L,c) longjmp((c)->b, 1) argument
74 #define LUAI_TRY(L,c,a) if (setjmp((c)->b) == 0) { a } argument
541 static void ccall (lua_State *L, StkId func, int nResults, int inc) { in ccall() function
824 int c = zgetc(p->z); /* read first character */ in f_parser() local
/dports/lang/lua54/lua-5.4.2/src/
H A Dldo.c58 #define LUAI_THROW(L,c) throw(c) argument
59 #define LUAI_TRY(L,c,a) \ argument
66 #define LUAI_THROW(L,c) _longjmp((c)->b, 1) argument
67 #define LUAI_TRY(L,c,a) if (_setjmp((c)->b) == 0) { a } argument
73 #define LUAI_THROW(L,c) longjmp((c)->b, 1) argument
74 #define LUAI_TRY(L,c,a) if (setjmp((c)->b) == 0) { a } argument
541 static void ccall (lua_State *L, StkId func, int nResults, int inc) { in ccall() function
824 int c = zgetc(p->z); /* read first character */ in f_parser() local
/dports/ports-mgmt/pkg/pkg-1.17.5/external/lua/src/
H A Dldo.c58 #define LUAI_THROW(L,c) throw(c) argument
59 #define LUAI_TRY(L,c,a) \ argument
66 #define LUAI_THROW(L,c) _longjmp((c)->b, 1) argument
67 #define LUAI_TRY(L,c,a) if (_setjmp((c)->b) == 0) { a } argument
73 #define LUAI_THROW(L,c) longjmp((c)->b, 1) argument
74 #define LUAI_TRY(L,c,a) if (setjmp((c)->b) == 0) { a } argument
541 static void ccall (lua_State *L, StkId func, int nResults, int inc) { in ccall() function
824 int c = zgetc(p->z); /* read first character */ in f_parser() local
/dports/graphics/darktable38/darktable-3.8.0/src/external/lua/src/
H A Dldo.c58 #define LUAI_THROW(L,c) throw(c) argument
59 #define LUAI_TRY(L,c,a) \ argument
66 #define LUAI_THROW(L,c) _longjmp((c)->b, 1) argument
67 #define LUAI_TRY(L,c,a) if (_setjmp((c)->b) == 0) { a } argument
73 #define LUAI_THROW(L,c) longjmp((c)->b, 1) argument
74 #define LUAI_TRY(L,c,a) if (setjmp((c)->b) == 0) { a } argument
570 static void ccall (lua_State *L, StkId func, int nResults, int inc) { in ccall() function
930 int c = zgetc(p->z); /* read first character */ in f_parser() local
/dports/misc/xplr/xplr-0.17.0/cargo-crates/lua-src-543.1.0/lua-5.4.3/
H A Dldo.c58 #define LUAI_THROW(L,c) throw(c) argument
59 #define LUAI_TRY(L,c,a) \ argument
66 #define LUAI_THROW(L,c) _longjmp((c)->b, 1) argument
67 #define LUAI_TRY(L,c,a) if (_setjmp((c)->b) == 0) { a } argument
73 #define LUAI_THROW(L,c) longjmp((c)->b, 1) argument
74 #define LUAI_TRY(L,c,a) if (setjmp((c)->b) == 0) { a } argument
570 static void ccall (lua_State *L, StkId func, int nResults, int inc) { in ccall() function
930 int c = zgetc(p->z); /* read first character */ in f_parser() local
/dports/www/civetweb/civetweb-1.15/src/third_party/lua-5.4.3/src/
H A Dldo.c58 #define LUAI_THROW(L,c) throw(c) argument
59 #define LUAI_TRY(L,c,a) \ argument
66 #define LUAI_THROW(L,c) _longjmp((c)->b, 1) argument
67 #define LUAI_TRY(L,c,a) if (_setjmp((c)->b) == 0) { a } argument
73 #define LUAI_THROW(L,c) longjmp((c)->b, 1) argument
74 #define LUAI_TRY(L,c,a) if (setjmp((c)->b) == 0) { a } argument
570 static void ccall (lua_State *L, StkId func, int nResults, int inc) { in ccall() function
930 int c = zgetc(p->z); /* read first character */ in f_parser() local
/dports/lang/ghc/ghc-8.8.4-boot/includes/
H A DCmm.h114 #define ccall foreign "C" macro
236 #define IF_DEBUG(c,s) if (RtsFlags_DebugFlags_##c(RtsFlags) != 0::CBool) { s; } argument
238 #define IF_DEBUG(c,s) /* nothing */ argument
622 #define OVERWRITING_CLOSURE_SIZE(c, size) foreign "C" overwritingClosureSize(c "ptr", size) argument
623 #define OVERWRITING_CLOSURE(c) foreign "C" overwritingClosure(c "ptr") argument
624 #define OVERWRITING_CLOSURE_OFS(c,n) foreign "C" overwritingClosureOfs(c "ptr", n) argument
626 #define OVERWRITING_CLOSURE_SIZE(c, size) /* nothing */ argument
627 #define OVERWRITING_CLOSURE(c) /* nothing */ argument
628 #define OVERWRITING_CLOSURE_OFS(c,n) /* nothing */ argument
/dports/biology/ugene/ugene-40.1/src/libs_3rdparty/samtools/src/samtools/bcftools/
H A Dcall1.c60 char * ccall; member
330 int c, *seeds = 0; in bcfview() local
/dports/lang/ghc/ghc-8.10.7/includes/
H A DCmm.h114 #define ccall foreign "C" macro
241 #define IF_DEBUG(c,s) if (RtsFlags_DebugFlags_##c(RtsFlags) != 0::CBool) { s; } argument
243 #define IF_DEBUG(c,s) /* nothing */ argument
627 #define OVERWRITING_CLOSURE_SIZE(c, size) foreign "C" overwritingClosureSize(c "ptr", size) argument
628 #define OVERWRITING_CLOSURE(c) foreign "C" overwritingClosure(c "ptr") argument
629 #define OVERWRITING_CLOSURE_OFS(c,n) foreign "C" overwritingClosureOfs(c "ptr", n) argument
631 #define OVERWRITING_CLOSURE_SIZE(c, size) /* nothing */ argument
632 #define OVERWRITING_CLOSURE(c) /* nothing */ argument
633 #define OVERWRITING_CLOSURE_OFS(c,n) /* nothing */ argument
/dports/devel/sol2/sol2-4.0.0-alpha/tests/runtime_tests/source/
H A Dfunctions.cpp506 auto c = [&]() { return 502; }; in __anon6d905ce81002() variable
858 int a, b, c; variable
980 int a, b, c, d, e; variable
1003 int a, b, c, d, e; variable
1029 int a, b, c, d, e; variable
1056 int a, b, c, d, e; variable
1085 double c = lua["c"]; variable
1455 lua_CFunction ccall = sol::c_call<decltype(&raw_noexcept_function), &raw_noexcept_function>; variable
/dports/www/osrm-backend/osrm-backend-5.26.0/third_party/sol2/tests/
H A Dtest_functions.cpp532 auto c = [&]() { return 502; }; in __anon311870511102() variable
870 int a, b, c; variable
991 int a, b, c, d, e; variable
1014 int a, b, c, d, e; variable
1040 int a, b, c, d, e; variable
1069 int a, b, c, d, e; variable
1100 double c = lua["c"]; variable
1602 lua_CFunction ccall = sol::c_call<decltype(&raw_noexcept_function), &raw_noexcept_function>; variable
/dports/net-im/libpurple/pidgin-2.14.8/libpurple/protocols/silc10/
H A Dsilc.c616 gboolean cemail = FALSE, ccall = FALSE, csms = FALSE, in silcpurple_attrs() local
821 const char *rn = NULL, *e = NULL, *o = NULL, *c = NULL; in silcpurple_create_keypair_cb() local
/dports/net-im/pidgin/pidgin-2.14.8/libpurple/protocols/silc10/
H A Dsilc.c616 gboolean cemail = FALSE, ccall = FALSE, csms = FALSE, in silcpurple_attrs() local
821 const char *rn = NULL, *e = NULL, *o = NULL, *c = NULL; in silcpurple_create_keypair_cb() local
/dports/net-im/finch/pidgin-2.14.8/libpurple/protocols/silc10/
H A Dsilc.c616 gboolean cemail = FALSE, ccall = FALSE, csms = FALSE, in silcpurple_attrs() local
821 const char *rn = NULL, *e = NULL, *o = NULL, *c = NULL; in silcpurple_create_keypair_cb() local
/dports/net-im/libpurple/pidgin-2.14.8/libpurple/protocols/silc/
H A Dsilc.c920 gboolean cemail = FALSE, ccall = FALSE, csms = FALSE, in silcpurple_attrs() local
1123 const char *rn = NULL, *e = NULL, *o = NULL, *c = NULL; in silcpurple_create_keypair_cb() local
/dports/net-im/pidgin/pidgin-2.14.8/libpurple/protocols/silc/
H A Dsilc.c920 gboolean cemail = FALSE, ccall = FALSE, csms = FALSE, in silcpurple_attrs() local
1123 const char *rn = NULL, *e = NULL, *o = NULL, *c = NULL; in silcpurple_create_keypair_cb() local
/dports/net-im/finch/pidgin-2.14.8/libpurple/protocols/silc/
H A Dsilc.c920 gboolean cemail = FALSE, ccall = FALSE, csms = FALSE, in silcpurple_attrs() local
1123 const char *rn = NULL, *e = NULL, *o = NULL, *c = NULL; in silcpurple_create_keypair_cb() local
/dports/lang/vala/vala-0.48.18/codegen/
H A Dvalaccodememberaccessmodule.c1180 ValaConstant* c = NULL; in vala_ccode_member_access_module_real_visit_member_access() local
1369 ValaCCodeFunctionCall* ccall = NULL; in vala_ccode_member_access_module_real_visit_member_access() local
1709 ValaCCodeFunctionCall* ccall = NULL; in vala_ccode_member_access_module_real_visit_member_access() local
1975 ValaCCodeFunctionCall* ccall = NULL; in vala_ccode_member_access_module_real_visit_member_access() local
2466 ValaCCodeFunctionCall* ccall = NULL; in vala_ccode_member_access_module_real_visit_member_access() local
4916 ValaCCodeFunctionCall* ccall = NULL; in vala_ccode_member_access_module_real_get_field_cvalue() local
H A Dvalagobjectmodule.c234 ValaCCodeFunctionCall* ccall = NULL; in vala_gobject_module_real_generate_class_init() local
1252 ValaCCodeFunctionCall* ccall = NULL; in vala_gobject_module_add_get_property_function() local
2424 ValaCCodeFunctionCall* ccall = NULL; in vala_gobject_module_add_set_property_function() local
3450 ValaConstructor* c) in vala_gobject_module_real_visit_constructor()
3527 ValaCCodeFunctionCall* ccall = NULL; in vala_gobject_module_real_visit_constructor() local
H A Dvalaccodebasemodule.c4203 ValaConstant* c) in vala_ccode_base_module_get_constant_declarator_suffix()
4329 ValaConstant* c, in vala_ccode_base_module_generate_constant_declaration()
4533 ValaConstant* c) in vala_ccode_base_module_real_visit_constant()
11191 ValaCCodeFunctionCall* ccall = NULL; in vala_ccode_base_module_real_visit_block() local
20006 ValaCCodeFunctionCall* ccall = NULL; in vala_ccode_base_module_real_destroy_value() local
20089 ValaCCodeFunctionCall* ccall = NULL; in vala_ccode_base_module_real_destroy_value() local
23793 ValaCCodeFunctionCall* ccall = NULL; in vala_ccode_base_module_real_visit_delete_statement() local
25645 ValaCCodeFunctionCall* ccall = NULL; in vala_ccode_base_module_real_copy_value() local
26026 ValaCCodeFunctionCall* ccall = NULL; in vala_ccode_base_module_real_copy_value() local
35290 ValaCCodeFunctionCall* ccall = NULL; in vala_ccode_base_module_store_property() local
[all …]
H A Dvalaccodemethodcallmodule.c410 ValaCCodeFunctionCall* ccall = NULL; in vala_ccode_method_call_module_real_visit_method_call() local
7509 ValaMethodCall* c) in vala_ccode_method_call_module_has_ref_out_argument()