OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LUA_TFUNCTION
(Results
1 - 9
of
9
) sorted by relevancy
/src/external/mit/lua/dist/src/
ldblib.c
265
luaL_checktype(L, 1,
LUA_TFUNCTION
); /* closure */
292
luaL_checktype(L, argf,
LUA_TFUNCTION
); /* closure */
332
if (lua_rawget(L, -2) ==
LUA_TFUNCTION
) { /* is there a hook function? */
379
luaL_checktype(L, arg+1,
LUA_TFUNCTION
);
lcorolib.c
101
luaL_checktype(L, 1,
LUA_TFUNCTION
);
lobject.h
602
#define LUA_VLCL makevariant(
LUA_TFUNCTION
, 0) /* Lua closure */
603
#define LUA_VLCF makevariant(
LUA_TFUNCTION
, 1) /* light C function */
604
#define LUA_VCCL makevariant(
LUA_TFUNCTION
, 2) /* C closure */
606
#define ttisfunction(o) checktype(o,
LUA_TFUNCTION
)
lbaselib.c
405
luaL_checktype(L, 1,
LUA_TFUNCTION
);
498
luaL_checktype(L, 2,
LUA_TFUNCTION
); /* check error function */
lstate.h
381
check_exp(novariant((o)->tt) ==
LUA_TFUNCTION
, &((cast_u(o))->cl))
lua.h
75
#define
LUA_TFUNCTION
6
407
#define lua_isfunction(L,n) (lua_type(L, (n)) ==
LUA_TFUNCTION
)
ltablib.c
408
luaL_checktype(L, 2,
LUA_TFUNCTION
); /* must be a function */
lstrlib.c
240
luaL_checktype(L, 1,
LUA_TFUNCTION
);
918
case
LUA_TFUNCTION
: { /* call the function */
963
tr ==
LUA_TFUNCTION
|| tr == LUA_TTABLE, 3,
/src/libexec/httpd/
lua-bozo.c
123
luaL_checktype(L, 2,
LUA_TFUNCTION
);
Completed in 23 milliseconds
Indexes created Fri Jun 19 00:25:02 UTC 2026