Home
last modified time | relevance | path

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

/dports/lang/janet/janet-1.19.2/src/core/
H A Dwrap.c82 JanetCFunction(janet_unwrap_cfunction)(Janet x) { in JanetCFunction() argument
/dports/lang/janet/janet-1.19.2/src/include/
H A Djanet.h771 #define janet_unwrap_cfunction(x) ((JanetCFunction)janet_nanbox_to_pointer(x)) macro
820 #define janet_unwrap_cfunction(x) ((JanetCFunction)(x).tagged.payload.pointer) macro
843 #define janet_unwrap_cfunction(x) ((JanetCFunction)(x).as.pointer) macro