Home
last modified time | relevance | path

Searched refs:ARR_CPY (Results 1 – 8 of 8) sorted by relevance

/dports/lang/seed7/seed7/lib/
H A Didxarray.s7i51 const proc: (inout arrayType: dest) := (in arrayType: source) is action "ARR_CPY";
H A Darray.s7i64 const proc: (inout arrayType: dest) := (in arrayType: source) is action "ARR_CPY";
/dports/lang/seed7/seed7/lib/comp/
H A Darr_act.s7i35 const ACTION: ARR_CPY is action "ARR_CPY";
253 const proc: process (ARR_CPY, in reference: function,
H A Dconst.s7i57 {"ACT_CPY", "ARR_CPY", "BIG_CPY", "BLN_CPY", "BST_CPY", "CHR_CPY",
H A Daction.s7i132 when {"ARR_CPY"}:
133 process(ARR_CPY, function, params, c_expr);
/dports/comms/kermit/kermit-9.0.305.04/
H A Dckuusr.h791 #define ARR_CPY 1 /* Copy */ macro
H A Dckuusr.c5984 { "copy", ARR_CPY, 0 },
13251 case ARR_CPY:
/dports/lang/seed7/seed7/prg/
H A Ds7c.sd72855 if action_name = "ARR_CPY" then
4581 elsif action_name = "ARR_CPY" then