Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/lua/src/
HDloadlib.c388 static int lookforfunc (lua_State *L, const char *path, const char *sym) { in lookforfunc() function
412 int stat = lookforfunc(L, path, init); in ll_loadlib()
569 stat = lookforfunc(L, filename, openfunc); in loadfunc()
574 return lookforfunc(L, filename, openfunc); in loadfunc()