Home
last modified time | relevance | path

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

/freebsd/contrib/lua/src/
H A Dldblib.c258 static int auxupvalue (lua_State *L, int get) { in auxupvalue() function
271 return auxupvalue(L, 1); in db_getupvalue()
277 return auxupvalue(L, 0); in db_setupvalue()