Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/libucl/lua/
H A Dlua_ucl.c77 static ucl_object_t* ucl_object_lua_fromelt (lua_State *L, int idx);
338 obj = ucl_object_lua_fromelt (L, lua_gettop (L)); in ucl_object_lua_fromtable()
351 obj = ucl_object_lua_fromelt (L, lua_gettop (L)); in ucl_object_lua_fromtable()
370 ucl_object_lua_fromelt (lua_State *L, int idx) in ucl_object_lua_fromelt() function
409 obj = ucl_object_lua_fromelt (L, 1); in ucl_object_lua_fromelt()
457 obj = ucl_object_lua_fromelt (L, idx); in ucl_object_lua_import()