Searched refs:ispseudo (Results 1 – 1 of 1) sorted by relevance
50 #define ispseudo(i) ((i) <= LUA_REGISTRYINDEX) macro56 #define isstackindex(i, o) (isvalid(o) && !ispseudo(i))72 else if (!ispseudo(idx)) { /* negative index */ in index2addr()165 return (idx > 0 || ispseudo(idx)) in lua_absindex()