Home
last modified time | relevance | path

Searched refs:janet_getmethod (Results 1 – 10 of 10) sorted by relevance

/dports/lang/janet/janet-1.19.2/examples/numarray/
H A Dnumarray.c89 return janet_getmethod(janet_unwrap_keyword(key), methods, out); in num_array_get()
/dports/lang/janet/janet-1.19.2/src/core/
H A Dinttypes.c502 return janet_getmethod(janet_unwrap_keyword(key), it_s64_methods, out); in it_s64_get()
509 return janet_getmethod(janet_unwrap_keyword(key), it_u64_methods, out); in it_u64_get()
H A Dmath.c223 return janet_getmethod(janet_unwrap_keyword(key), rng_methods, out); in janet_rng_get()
H A Dcapi.c141 int janet_getmethod(const uint8_t *method, const JanetMethod *methods, Janet *out) { in janet_getmethod() function
H A Dio.c409 return janet_getmethod(janet_unwrap_keyword(key), io_file_methods, out); in io_file_get()
H A Dparse.c1281 return janet_getmethod(janet_unwrap_keyword(key), parser_methods, out); in parserget()
H A Dev.c389 return janet_getmethod(janet_unwrap_keyword(key), stream_methods, out); in janet_stream_getter()
1162 return janet_getmethod(janet_unwrap_keyword(key), ev_chanat_methods, out); in janet_chanat_get()
H A Dos.c717 return janet_getmethod(janet_unwrap_keyword(key), proc_methods, out); in janet_proc_get()
H A Dpeg.c1756 return janet_getmethod(janet_unwrap_keyword(key), peg_methods, out); in cfun_peg_getter()
/dports/lang/janet/janet-1.19.2/src/include/
H A Djanet.h1904 JANET_API int janet_getmethod(JanetKeyword method, const JanetMethod *methods, Janet *out);