Home
last modified time | relevance | path

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

/freebsd/contrib/lua/src/
H A Dlparser.h93 #define RDKCTC 3 /* compile-time constant */ macro
H A Dlparser.c232 if (vd->vd.kind != RDKCTC) /* is in a register? */ in reglevel()
253 if (vd->vd.kind == RDKCTC) in localdebuginfo()
395 if (vd->vd.kind == RDKCTC) /* compile-time constant? */ in searchvar()
1756 var->vd.kind = RDKCTC; /* variable is a compile-time constant */ in localstat()