Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dldebug.c312 TValue *kvalue = &p->k[INDEXK(c)]; in kname() local
313 if (ttisstring(kvalue)) { /* literal constant? */ in kname()
314 *name = svalue(kvalue); /* it is its own name */ in kname()