Searched defs:lua_pcall (Results 1 – 2 of 2) sorted by relevance
| /freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/ |
| HD | lua.h | 258 #define lua_pcall(L,n,r,f) lua_pcallk(L, (n), (r), (f), 0, NULL) macro
|
| /freebsd-11-stable/contrib/lua/src/ |
| HD | lua.h | 278 #define lua_pcall(L,n,r,f) lua_pcallk(L, (n), (r), (f), 0, NULL) macro
|