OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ispseudo
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/mit/lua/dist/src/
lapi.c
56
#define
ispseudo
(i) ((i) <= LUA_REGISTRYINDEX)
macro
74
else if (!
ispseudo
(idx)) { /* negative index */
111
api_check(L, !
ispseudo
(idx), "invalid index");
176
return (idx > 0 ||
ispseudo
(idx))
lapi.c
56
#define
ispseudo
(i) ((i) <= LUA_REGISTRYINDEX)
macro
74
else if (!
ispseudo
(idx)) { /* negative index */
111
api_check(L, !
ispseudo
(idx), "invalid index");
176
return (idx > 0 ||
ispseudo
(idx))
Completed in 148 milliseconds
Indexes created Mon Jun 22 00:25:11 UTC 2026