Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dldebug.c413 const char *vn = (op == OP_GETTABLE) /* name of indexed variable */ in getobjname() local
417 return (vn && strcmp(vn, LUA_ENV) == 0) ? "global" : "field"; in getobjname()