Home
last modified time | relevance | path

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

/external/lua/src/
Dlparser.h92 #define RDKCTC 3 /* compile-time constant */ macro
Dlparser.c233 if (vd->vd.kind != RDKCTC) /* is in the stack? */ in stacklevel()
253 if (vd->vd.kind == RDKCTC) in localdebuginfo()
395 if (vd->vd.kind == RDKCTC) /* compile-time constant? */ in searchvar()
1786 var->vd.kind = RDKCTC; /* variable is a compile-time constant */ in localstat()