Home
last modified time | relevance | path

Searched defs:NUM_RESERVED (Results 1 – 2 of 2) sorted by relevance

/freebsd-14-stable/sys/contrib/openzfs/module/lua/
HDllex.h34 #define NUM_RESERVED (cast(int, TK_WHILE-FIRST_RESERVED+1)) macro
/freebsd-14-stable/contrib/lua/src/
HDllex.h46 #define NUM_RESERVED (cast_int(TK_WHILE-FIRST_RESERVED + 1)) macro