Home
last modified time | relevance | path

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

/freebsd/contrib/lua/src/
H A Dlapi.c639 l_sinline int auxgetstr (lua_State *L, const TValue *t, const char *k) { in auxgetstr() function
670 return auxgetstr(L, G, name); in lua_getglobal()
691 return auxgetstr(L, index2value(L, idx), k); in lua_getfield()