Home
last modified time | relevance | path

Searched defs:mreturn (Results 1 – 4 of 4) sorted by relevance

/dports/sysutils/vector/rlua-25bd7e6bffef9597466a98bfca80a3056c9e6320/tests/
H A Dtests.rs121 let mreturn = globals.get::<_, Function>("mreturn").unwrap(); in test_lua_multi() localVariable
/dports/math/maxima/maxima-5.43.2/src/
H A Dtransl.lisp1137 (def%tr mreturn (form) unknown
H A Dmlisp.lisp2307 (defun mreturn (&optional (x nil) &rest args) function
/dports/misc/xplr/xplr-0.17.0/cargo-crates/mlua-0.7.0/tests/
H A Dtests.rs207 let mreturn = globals.get::<_, Function>("mreturn")?; in test_lua_multi() localVariable