Home
last modified time | relevance | path

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

/netbsd/src/external/mit/lua/dist/src/
Dlparser.h97 #define RDKCTC 3 /* compile-time constant */ macro
Dlparser.c236 if (vd->vd.kind != RDKCTC) /* is in a register? */ in reglevel()
257 if (vd->vd.kind == RDKCTC) in localdebuginfo()
399 if (vd->vd.kind == RDKCTC) /* compile-time constant? */ in searchvar()
1770 var->vd.kind = RDKCTC; /* variable is a compile-time constant */ in localstat()