Home
last modified time | relevance | path

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

/freebsd/contrib/lua/src/
H A Dlstring.h49 LUAI_FUNC void luaS_init (lua_State *L);
H A Dlstring.c123 void luaS_init (lua_State *L) { in luaS_init() function
H A Dlstate.c236 luaS_init(L); in f_luaopen()