ll_loadfunc       315 lib/lua/loadlib.c   int stat = ll_loadfunc(L, path, init);
ll_loadfunc       415 lib/lua/loadlib.c   if (ll_loadfunc(L, filename, funcname) != 0)
ll_loadfunc       432 lib/lua/loadlib.c   if ((stat = ll_loadfunc(L, filename, funcname)) != 0) {