Searched refs:ispseudo (Results 1 – 1 of 1) sorted by relevance
41 #define ispseudo(i) ((i) <= LUA_REGISTRYINDEX) macro44 #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()