Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlapi.c41 #define ispseudo(i) ((i) <= LUA_REGISTRYINDEX) macro
44 #define isstackindex(i, o) (isvalid(o) && !ispseudo(i))
60 else if (!ispseudo(idx)) { /* negative index */ in index2addr()
151 return (idx > 0 || ispseudo(idx)) in lua_absindex()