Searched refs:ucl_object_lua_fromtable (Results 1 – 1 of 1) sorted by relevance
| /src/contrib/libucl/lua/ |
| H A D | lua_ucl.c | 82 static ucl_object_t* ucl_object_lua_fromtable (lua_State *L, int idx, ucl_string_flags_t flags); 333 ucl_object_lua_fromtable (lua_State *L, int idx, ucl_string_flags_t flags) in ucl_object_lua_fromtable() function 553 obj = ucl_object_lua_fromtable (L, idx, flags); in ucl_object_lua_fromelt() 592 obj = ucl_object_lua_fromtable (L, idx, UCL_STRING_RAW); in ucl_object_lua_import() 620 obj = ucl_object_lua_fromtable (L, idx, UCL_STRING_ESCAPE); in ucl_object_lua_import_escape()
|