Home
last modified time | relevance | path

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

/freebsd/contrib/lua/src/
H A Dloadlib.c390 static int lookforfunc (lua_State *L, const char *path, const char *sym) { in lookforfunc() function
414 int stat = lookforfunc(L, path, init); in ll_loadlib()
571 stat = lookforfunc(L, filename, openfunc); in loadfunc()
576 return lookforfunc(L, filename, openfunc); in loadfunc()