OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:luaH_new
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/mit/lua/dist/src/
ltable.h
52
LUAI_FUNC Table *
luaH_new
(lua_State *L);
lstate.c
222
Table *registry =
luaH_new
(L);
228
sethvalue(L, ®istry->array[LUA_RIDX_GLOBALS - 1],
luaH_new
(L));
ldebug.c
304
Table *t =
luaH_new
(L); /* new table to store active lines */
ltable.c
636
Table *
luaH_new
(lua_State *L) {
lapi.c
775
t =
luaH_new
(L);
lparser.c
1963
lexstate.h =
luaH_new
(L); /* create table for scanner */
lvm.c
1461
t =
luaH_new
(L); /* memory allocation */
Completed in 23 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026