OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ll_funcs
(Results
1 - 3
of
3
) sorted by null
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
loadlib.c
666
static const luaL_Reg
ll_funcs
[] = {
variable
721
luaL_setfuncs(L,
ll_funcs
, 1); /* open lib into global table */
/external/skia/third_party/lua/src/
loadlib.c
666
static const luaL_Reg
ll_funcs
[] = {
variable
721
luaL_setfuncs(L,
ll_funcs
, 1); /* open lib into global table */
/external/syslinux/com32/lua/src/
loadlib.c
743
static const luaL_Reg
ll_funcs
[] = {
variable
798
luaL_setfuncs(L,
ll_funcs
, 1); /* open lib into global table */
Completed in 640 milliseconds