Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/lua/
H A Dlapi.c40 #define ispseudo(i) ((i) <= LUA_REGISTRYINDEX) macro
43 #define isstackindex(i, o) (isvalid(o) && !ispseudo(i))
59 else if (!ispseudo(idx)) { /* negative index */ in index2addr()
150 return (idx > 0 || ispseudo(idx)) in lua_absindex()
/freebsd/contrib/lua/src/
H A Dlapi.c50 #define ispseudo(i) ((i) <= LUA_REGISTRYINDEX) macro
68 else if (!ispseudo(idx)) { /* negative index */ in index2value()
105 api_check(L, !ispseudo(idx), "invalid index"); in index2stack()
170 return (idx > 0 || ispseudo(idx)) in lua_absindex()