Home
last modified time | relevance | path

Searched refs:COPYVAL (Results 1 – 18 of 18) sorted by last modified time

/dports/lang/python311/Python-3.11.0a3/Objects/
H A Dtypeobject.c5752 #define COPYVAL(SLOT) \ in inherit_special() macro
5755 COPYVAL(tp_itemsize); in inherit_special()
5756 COPYVAL(tp_weaklistoffset); in inherit_special()
5757 COPYVAL(tp_dictoffset); in inherit_special()
5758 #undef COPYVAL in inherit_special()
/dports/lang/python310/Python-3.10.1/Objects/
H A Dtypeobject.c5694 #define COPYVAL(SLOT) \ in inherit_special() macro
5697 COPYVAL(tp_itemsize); in inherit_special()
5698 COPYVAL(tp_weaklistoffset); in inherit_special()
5699 COPYVAL(tp_dictoffset); in inherit_special()
5700 #undef COPYVAL in inherit_special()
/dports/lang/python39/Python-3.9.9/Objects/
H A Dtypeobject.c5153 #undef COPYVAL in inherit_special()
5154 #define COPYVAL(SLOT) \ in inherit_special() macro
5157 COPYVAL(tp_itemsize); in inherit_special()
5158 COPYVAL(tp_weaklistoffset); in inherit_special()
5159 COPYVAL(tp_dictoffset); in inherit_special()
/dports/lang/python37/Python-3.7.12/Objects/
H A Dtypeobject.c4920 #undef COPYVAL in inherit_special()
4921 #define COPYVAL(SLOT) \ in inherit_special() macro
4924 COPYVAL(tp_itemsize); in inherit_special()
4925 COPYVAL(tp_weaklistoffset); in inherit_special()
4926 COPYVAL(tp_dictoffset); in inherit_special()
/dports/databases/py-sqlite3/Python-3.8.12/Objects/
H A Dtypeobject.c5000 #undef COPYVAL in inherit_special()
5001 #define COPYVAL(SLOT) \ in inherit_special() macro
5004 COPYVAL(tp_itemsize); in inherit_special()
5005 COPYVAL(tp_weaklistoffset); in inherit_special()
5006 COPYVAL(tp_dictoffset); in inherit_special()
/dports/databases/py-gdbm/Python-3.8.12/Objects/
H A Dtypeobject.c5000 #undef COPYVAL in inherit_special()
5001 #define COPYVAL(SLOT) \ in inherit_special() macro
5004 COPYVAL(tp_itemsize); in inherit_special()
5005 COPYVAL(tp_weaklistoffset); in inherit_special()
5006 COPYVAL(tp_dictoffset); in inherit_special()
/dports/lang/python-tools/Python-3.8.12/Objects/
H A Dtypeobject.c5000 #undef COPYVAL in inherit_special()
5001 #define COPYVAL(SLOT) \ in inherit_special() macro
5004 COPYVAL(tp_itemsize); in inherit_special()
5005 COPYVAL(tp_weaklistoffset); in inherit_special()
5006 COPYVAL(tp_dictoffset); in inherit_special()
/dports/lang/python38/Python-3.8.12/Objects/
H A Dtypeobject.c5000 #undef COPYVAL in inherit_special()
5001 #define COPYVAL(SLOT) \ in inherit_special() macro
5004 COPYVAL(tp_itemsize); in inherit_special()
5005 COPYVAL(tp_weaklistoffset); in inherit_special()
5006 COPYVAL(tp_dictoffset); in inherit_special()
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Objects/
H A Dtypeobject.c5000 #undef COPYVAL in inherit_special()
5001 #define COPYVAL(SLOT) \ in inherit_special() macro
5004 COPYVAL(tp_itemsize); in inherit_special()
5005 COPYVAL(tp_weaklistoffset); in inherit_special()
5006 COPYVAL(tp_dictoffset); in inherit_special()
/dports/sysutils/xfce4-genmon-plugin/xfce4-genmon-plugin-4.1.1/panel-plugin/
H A Dconfig_gui.c35 #define COPYVAL(var, field) ((var)->field = field) macro
142 COPYVAL (p_poGUI, wTF_Cmd); in genmon_CreateConfigGUI()
143 COPYVAL (p_poGUI, wPB_File); in genmon_CreateConfigGUI()
144 COPYVAL (p_poGUI, wTB_Title); in genmon_CreateConfigGUI()
145 COPYVAL (p_poGUI, wTF_Title); in genmon_CreateConfigGUI()
146 COPYVAL (p_poGUI, wSc_Period); in genmon_CreateConfigGUI()
147 COPYVAL (p_poGUI, wPB_Font); in genmon_CreateConfigGUI()
/dports/sysutils/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.6.3/panel-plugin/
H A Dconfig_gui.c304 COPYVAL (p_poGUI, wTF_Device); in CreateConfigGUI()
305 COPYVAL (p_poGUI, wSc_Period); in CreateConfigGUI()
306 COPYVAL (p_poGUI, wTB_Title); in CreateConfigGUI()
307 COPYVAL (p_poGUI, wTF_Title); in CreateConfigGUI()
308 COPYVAL (p_poGUI, wRB_IO); in CreateConfigGUI()
309 COPYVAL (p_poGUI, wRB_BusyTime); in CreateConfigGUI()
310 COPYVAL (p_poGUI, wHBox_MaxIO); in CreateConfigGUI()
311 COPYVAL (p_poGUI, wTF_MaxXfer); in CreateConfigGUI()
317 COPYVAL (p_poGUI, wPB_RWcolor); in CreateConfigGUI()
318 COPYVAL (p_poGUI, wPB_Rcolor); in CreateConfigGUI()
[all …]
/dports/devel/efl/efl-1.25.1/src/lib/elementary/
H A Delm_config.c2357 #define COPYVAL(x) do {_elm_config->x = tcfg->x; } while (0) in _config_update() macro
2483 COPYVAL(thumbscroll_momentum_distance_max); in _config_update()
2485 COPYVAL(thumbscroll_momentum_friction); in _config_update()
2493 #undef COPYVAL in _config_update()
/dports/lang/python-legacy/Python-2.7.18/Objects/
H A Dtypeobject.c3876 #undef COPYVAL
3877 #define COPYVAL(SLOT) \ macro
3880 COPYVAL(tp_itemsize);
3882 COPYVAL(tp_weaklistoffset);
3885 COPYVAL(tp_dictoffset);
/dports/lang/python27/Python-2.7.18/Objects/
H A Dtypeobject.c3876 #undef COPYVAL
3877 #define COPYVAL(SLOT) \ macro
3880 COPYVAL(tp_itemsize);
3882 COPYVAL(tp_weaklistoffset);
3885 COPYVAL(tp_dictoffset);
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Objects/
H A Dtypeobject.c3687 #undef COPYVAL
3688 #define COPYVAL(SLOT) \ macro
3691 COPYVAL(tp_itemsize);
3693 COPYVAL(tp_weaklistoffset);
3696 COPYVAL(tp_dictoffset);
/dports/security/p5-Net-SAML/zxid-1.42/
H A Dzxidpool.c565 COPYVAL(ses_at->val, ss->s, ss->s+ss->len); in zxid_add_at_vals()
H A Dzxidconf.c435 COPYVAL(nn->ext, ext, p); in zxid_load_need()
568 COPYVAL(mm->ns, ns, A-1); in zxid_load_map()
569 COPYVAL(mm->src, A, rule-1); in zxid_load_map()
570 COPYVAL(mm->dst, b, ext-1); in zxid_load_map()
571 COPYVAL(mm->ext, ext, p); in zxid_load_map()
647 COPYVAL(mm->ns, ns, A-1); in zxid_load_unix_grp_az_map()
648 COPYVAL(mm->src, A, val-1); in zxid_load_unix_grp_az_map()
649 COPYVAL(mm->dst, val, group-1); in zxid_load_unix_grp_az_map()
650 COPYVAL(mm->ext, ext, p); in zxid_load_unix_grp_az_map()
709 COPYVAL(cs->s, q, p); in zxid_load_cstr_list()
[all …]
H A Dzxid.h1223 #define COPYVAL(to,what,lim) MB (to) = ZX_ALLOC(cf->ctx, (lim)-(what)+1); memcpy((to), (what), (li… macro