Searched refs:ucl_object_lua_fromtable (Results 1 – 1 of 1) sorted by relevance
| /freebsd-src/contrib/libucl/lua/ |
| H A D | lua_ucl.c | 80 static ucl_object_t* ucl_object_lua_fromtable (lua_State *L, int idx, ucl_string_flags_t flags); 326 ucl_object_lua_fromtable (lua_State *L, int idx, ucl_string_flags_t flags) in ucl_object_lua_fromtable() function 520 obj = ucl_object_lua_fromtable (L, idx, flags); in ucl_object_lua_fromelt() 559 obj = ucl_object_lua_fromtable (L, idx, 0); in ucl_object_lua_import() 587 obj = ucl_object_lua_fromtable (L, idx, UCL_STRING_RAW); in ucl_object_lua_import_escape()
|