Home
last modified time | relevance | path

Searched defs:APPEND_LIST (Results 1 – 12 of 12) sorted by relevance

/dports/lang/nwcc/nwcc_0.8.3/cpp/
H A Dn_libc.h59 #define APPEND_LIST(list, tail, node) do { \ macro
/dports/lang/nwcc/nwcc_0.8.3/
H A Dn_libc.h65 #define APPEND_LIST(list, tail, node) do { \ macro
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/lib_src/yielding_c_fun/
H A Dycf_lists.h38 #define APPEND_LIST(L,E) \ macro
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/lib_src/yielding_c_fun/
H A Dycf_lists.h38 #define APPEND_LIST(L,E) \ macro
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/lib_src/yielding_c_fun/
H A Dycf_lists.h38 #define APPEND_LIST(L,E) \ macro
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/lib_src/yielding_c_fun/
H A Dycf_lists.h38 #define APPEND_LIST(L,E) \ macro
/dports/lang/erlang/otp-OTP-24.1.7/erts/lib_src/yielding_c_fun/
H A Dycf_lists.h38 #define APPEND_LIST(L,E) \ macro
/dports/graphics/opendx/dx-4.4.4/src/exec/dpexec/
H A Dutils.h92 #define APPEND_LIST(t,list,val) \ macro
/dports/dns/idnkit/idnkit-1.0-src/tools/idnconv/
H A Didnconv.c158 #define APPEND_LIST(array, size, item, what) \ in main() macro
/dports/dns/bind911/bind-9.11.37/contrib/idn/idnkit-1.0-src/tools/idnconv/
H A Didnconv.c158 #define APPEND_LIST(array, size, item, what) \ in main() macro
/dports/mail/libesmtp/libesmtp-1.0.6/
H A Dlibesmtp-private.h205 #define APPEND_LIST(start,end,item) do { \ macro
/dports/lang/ruby26/ruby-2.6.9/
H A Dcompile.c1027 APPEND_LIST(ISEQ_ARG_DECLARE LINK_ANCHOR *const anc1, LINK_ANCHOR *const anc2) in APPEND_LIST() function
1037 #define APPEND_LIST(anc1, anc2) APPEND_LIST(iseq, (anc1), (anc2)) macro