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

/freebsd-12-stable/contrib/lua/src/
H A Dloadlib.c357 /* error codes for 'lookforfunc' */
372 static int lookforfunc (lua_State *L, const char *path, const char *sym) { function
396 int stat = lookforfunc(L, path, init);
521 stat = lookforfunc(L, filename, openfunc);
526 return lookforfunc(L, filename, openfunc);

Completed in 81 milliseconds