Searched defs:luaL_optstring (Results 1 – 2 of 2) sorted by relevance
| /freebsd/sys/contrib/openzfs/include/sys/lua/ |
| H A D | lauxlib.h | 104 #define luaL_optstring(L,n,d) (luaL_optlstring(L, (n), (d), NULL)) macro
|
| /freebsd/contrib/lua/src/ |
| H A D | lauxlib.h | 140 #define luaL_optstring(L,n,d) (luaL_optlstring(L, (n), (d), NULL)) macro
|