Home
last modified time | relevance | path

Searched refs:UNARY_PRIORITY (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/openzfs/module/lua/
H A Dlparser.c1033 #define UNARY_PRIORITY 8 /* priority for unary operators */ macro
1048 subexpr(ls, v, UNARY_PRIORITY); in subexpr()
/freebsd/contrib/lua/src/
H A Dlparser.c1253 #define UNARY_PRIORITY 12 /* priority for unary operators */ macro
1268 subexpr(ls, v, UNARY_PRIORITY); in subexpr()