Home
last modified time | relevance | path

Searched refs:luaL_newlib (Results 1 – 11 of 11) sorted by relevance

/external/lua/src/
Dlcorolib.c165 luaL_newlib(L, co_funcs); in luaopen_coroutine()
Dlbitlib.c221 luaL_newlib(L, bitlib); in luaopen_bit32()
Dlutf8lib.c251 luaL_newlib(L, funcs); in luaopen_utf8()
Dlauxlib.h119 #define luaL_newlib(L,l) \ macro
Dloslib.c406 luaL_newlib(L, syslib); in luaopen_os()
Dlmathlib.c399 luaL_newlib(L, mathlib); in luaopen_math()
Dltablib.c442 luaL_newlib(L, tab_funcs); in luaopen_table()
Dldblib.c453 luaL_newlib(L, dblib); in luaopen_debug()
Dloadlib.c769 luaL_newlib(L, pk_funcs); /* create 'package' table */ in luaopen_package()
Dliolib.c768 luaL_newlib(L, iolib); /* new module */ in luaopen_io()
Dlstrlib.c1580 luaL_newlib(L, strlib); in luaopen_string()