Home
last modified time | relevance | path

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

/minix3/external/mit/lua/dist/src/
H A Dloadlib.c335 static int lookforfunc (lua_State *L, const char *path, const char *sym) { in lookforfunc() function
359 int stat = lookforfunc(L, path, init); in ll_loadlib()
484 stat = lookforfunc(L, filename, openfunc); in loadfunc()
489 return lookforfunc(L, filename, openfunc); in loadfunc()