HomeSort by relevance Sort by last modified time
    Searched refs:kvalue (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
ldebug.c 312 TValue *kvalue = &p->k[INDEXK(c)]; local
313 if (ttisstring(kvalue)) { /* literal constant? */
314 *name = svalue(kvalue); /* it is its own name */
  /external/lua/src/
ldebug.c 357 TValue *kvalue = &p->k[INDEXK(c)]; local
358 if (ttisstring(kvalue)) { /* literal constant? */
359 *name = svalue(kvalue); /* it is its own name */

Completed in 100 milliseconds