Home
last modified time | relevance | path

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

/netbsd-src/libexec/httpd/
H A Dlua-bozo.c371 lua_newtable(map->L); in bozo_process_lua()
406 lua_newtable(map->L); in bozo_process_lua()
414 lua_newtable(map->L); in bozo_process_lua()
/netbsd-src/external/mit/lua/dist/src/
H A Dldblib.c173 lua_newtable(L); /* table to collect results */ in db_getinfo()
H A Dlua.h401 #define lua_newtable(L) lua_createtable(L, 0, 0) macro
H A Dlauxlib.c978 lua_newtable(L); in luaL_getsubtable()
/netbsd-src/external/bsd/lutok/dist/
H A Dstate.cpp523 lua_newtable(_pimpl->lua_state); in new_table()