Home
last modified time | relevance | path

Searched defs:arrPush (Results 1 – 2 of 2) sorted by relevance

/dports/textproc/gron.awk/gron.awk-0.0.1/
H A Dgron.awk259 function arrPush(arr, e) { arr[arr[-7]++] = e } function
/dports/lang/seed7/seed7/src/
H A Darr_rtl.c1186 void arrPush (rtlArrayType *const arr_variable, const genericType element) in arrPush() function