Home
last modified time | relevance | path

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

/external/lua/src/
Dlparser.c1243 #define UNARY_PRIORITY 12 /* priority for unary operators */ macro
1258 subexpr(ls, v, UNARY_PRIORITY); in subexpr()