Home
last modified time | relevance | path

Searched defs:dst_vars (Results 1 – 3 of 3) sorted by relevance

/dports/math/pspp/pspp-1.4.1/src/language/xforms/
H A Dcount.c87 struct dst_var *dst_vars; member
H A Drecode.c94 const struct variable **dst_vars; /* Destination variables. */ member
/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/
H A Dfcurve_driver.c759 void driver_variables_copy(ListBase *dst_vars, const ListBase *src_vars) in driver_variables_copy()