Home
last modified time | relevance | path

Searched refs:luaL_register (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/lyaml/ext/yaml/
H A Dyaml.c62 luaL_register(L, "yaml", R); in luaopen_yaml()
H A Dlyaml.h40 # define luaL_register(L,n,l) (luaL_newlib(L,l)) macro
/freebsd/sys/contrib/openzfs/include/sys/lua/
H A Dlauxlib.h168 #define luaL_register(L,n,l) (luaL_openlib(L,(n),(l),0)) macro