Home
last modified time | relevance | path

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

/freebsd-11-stable/stand/liblua/
HDluaconf.h469 #define l_mathop(op) op##f macro
484 #define l_mathop(op) op##l macro
499 #define l_mathop(op) op macro
523 #define l_mathop(x) (lstd_ ## x) macro
679 #define l_mathop(op) (lua_Number)op /* no variant */ macro
/freebsd-11-stable/libexec/flua/
HDluaconf.h471 #define l_mathop(op) op##f macro
487 #define l_mathop(op) op##l macro
502 #define l_mathop(op) op macro
656 #define l_mathop(op) (lua_Number)op /* no variant */ macro
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
HDluaconf.h410 #define l_mathop(x) (x ## l) macro