| /freebsd-13.1/contrib/lua/src/ |
| H A D | loadlib.c | 99 static lua_CFunction lsys_sym (lua_State *L, void *lib, const char *sym); 122 #define cast_func(p) (__extension__ (lua_CFunction)(p)) 124 #define cast_func(p) ((lua_CFunction)(p)) 140 static lua_CFunction lsys_sym (lua_State *L, void *lib, const char *sym) { in lsys_sym() 141 lua_CFunction f = cast_func(dlsym(lib, sym)); in lsys_sym() 215 static lua_CFunction lsys_sym (lua_State *L, void *lib, const char *sym) { in lsys_sym() 216 lua_CFunction f = (lua_CFunction)(voidf)GetProcAddress((HMODULE)lib, sym); in lsys_sym() 250 static lua_CFunction lsys_sym (lua_State *L, void *lib, const char *sym) { in lsys_sym() 400 lua_CFunction f = lsys_sym(L, reg, sym); in lookforfunc() 708 static const lua_CFunction searchers[] = in createsearcherstable()
|
| H A D | lua.h | 106 typedef int (*lua_CFunction) (lua_State *L); typedef 158 LUA_API lua_CFunction (lua_atpanic) (lua_State *L, lua_CFunction panicf); 195 LUA_API lua_CFunction (lua_tocfunction) (lua_State *L, int idx); 241 LUA_API void (lua_pushcclosure) (lua_State *L, lua_CFunction fn, int n);
|
| H A D | lauxlib.h | 39 lua_CFunction func; 117 lua_CFunction openf, int glb); 222 lua_CFunction closef; /* to close stream (NULL for closed streams) */
|
| H A D | lapi.c | 136 LUA_API lua_CFunction lua_atpanic (lua_State *L, lua_CFunction panicf) { in lua_atpanic() 137 lua_CFunction old; in lua_atpanic() 414 LUA_API lua_CFunction lua_tocfunction (lua_State *L, int idx) { in lua_tocfunction() 555 LUA_API void lua_pushcclosure (lua_State *L, lua_CFunction fn, int n) { in lua_pushcclosure()
|
| H A D | lstate.h | 259 lua_CFunction panic; /* to be called in unprotected errors */
|
| H A D | lobject.h | 52 lua_CFunction f; /* light C functions */ 626 lua_CFunction f;
|
| H A D | liolib.c | 210 volatile lua_CFunction cf = p->closef; in aux_close()
|
| H A D | lauxlib.c | 946 lua_CFunction openf, int glb) { in luaL_requiref()
|
| H A D | ldo.c | 480 lua_CFunction f; in luaD_precall()
|
| /freebsd-13.1/sys/contrib/openzfs/include/sys/lua/ |
| H A D | lua.h | 55 typedef int (*lua_CFunction) (lua_State *L); typedef 135 LUA_API lua_CFunction (lua_atpanic) (lua_State *L, lua_CFunction panicf); 174 LUA_API lua_CFunction (lua_tocfunction) (lua_State *L, int idx); 214 LUA_API void (lua_pushcclosure) (lua_State *L, lua_CFunction fn, int n); 252 lua_CFunction k); 258 int ctx, lua_CFunction k); 272 lua_CFunction k);
|
| H A D | lauxlib.h | 23 lua_CFunction func; 87 lua_CFunction openf, int glb);
|
| /freebsd-13.1/sys/contrib/openzfs/module/lua/ |
| H A D | lstate.h | 84 lua_CFunction k; /* continuation in case of yields */ 143 lua_CFunction panic; /* to be called in unprotected errors */
|
| H A D | lapi.c | 124 LUA_API lua_CFunction lua_atpanic (lua_State *L, lua_CFunction panicf) { in lua_atpanic() 125 lua_CFunction old; in lua_atpanic() 415 LUA_API lua_CFunction lua_tocfunction (lua_State *L, int idx) { in lua_tocfunction() 552 LUA_API void lua_pushcclosure (lua_State *L, lua_CFunction fn, int n) { in lua_pushcclosure() 887 lua_CFunction k) { in lua_callk() 926 int ctx, lua_CFunction k) { in lua_pcallk()
|
| H A D | lobject.h | 390 lua_CFunction f; /* light C functions */ 516 lua_CFunction f;
|
| H A D | lbaselib.c | 179 lua_CFunction iter) { in pairsmeta()
|
| H A D | ldo.c | 366 lua_CFunction f; in luaD_precall() 641 LUA_API int lua_yieldk (lua_State *L, int nresults, int ctx, lua_CFunction k) { in lua_yieldk()
|
| H A D | lauxlib.c | 743 lua_CFunction openf, int glb) { in luaL_requiref()
|
| /freebsd-13.1/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 805 lua_CFunction function; 979 lua_CFunction get; 980 lua_CFunction set; 1003 lua_CFunction getmethod; 1004 lua_CFunction setmethod; 1023 lua_CFunction constructor; 1360 …N void SWIG_Lua_add_variable(lua_State *L,const char *name,lua_CFunction getFn,lua_CFunction setF… 2009 …N void SWIG_Lua_add_variable(lua_State *L,const char *name,lua_CFunction getFn,lua_CFunction setF… in SWIG_Lua_add_variable()
|