Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dldebug.c325 TValue *kvalue = &p->k[INDEXK(c)]; in kname() local
326 if (ttisstring(kvalue)) { /* literal constant? */ in kname()
328 *name = svalue(kvalue); /* it is its own name */ in kname()