Home
last modified time | relevance | path

Searched defs:WSLUA_REG_GLOBAL_BOOL (Results 1 – 3 of 3) sorted by relevance

/dports/net/wireshark-lite/wireshark-3.6.1/epan/wslua/
H A Dwslua.h650 #define WSLUA_REG_GLOBAL_BOOL(L,n,v) { lua_pushboolean(L,v); lua_setglobal(L,n); } macro
/dports/net/wireshark/wireshark-3.6.1/epan/wslua/
H A Dwslua.h650 #define WSLUA_REG_GLOBAL_BOOL(L,n,v) { lua_pushboolean(L,v); lua_setglobal(L,n); } macro
/dports/net/tshark/wireshark-3.6.1/epan/wslua/
H A Dwslua.h650 #define WSLUA_REG_GLOBAL_BOOL(L,n,v) { lua_pushboolean(L,v); lua_setglobal(L,n); } macro