Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/lua/src/
H A Dloadlib.c424 static const char *pushnexttemplate (lua_State *L, const char *path) { in pushnexttemplate() function
443 while ((path = pushnexttemplate(L, path)) != NULL) { in searchpath()