Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlparser.h24 VK, /* info = index of constant in `k' */ enumerator
Dlcode.c432 case VK: { in discharge2reg()
536 e->k = VK; in luaK_exp2RK()
543 e->k = VK; in luaK_exp2RK()
546 case VK: { in luaK_exp2RK()
630 case VK: case VKNUM: case VTRUE: { in luaK_goiftrue()
675 case VK: case VKNUM: case VTRUE: { in codenot()
Dlparser.c156 init_exp(e, VK, luaK_stringK(ls->fs, s)); in codestring()
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/
DVfrSyntax.g3926 VK:Var
3929 … VarIdStr = NULL; _STRCAT(&VarIdStr, VK->getText()); _STRCAT(&VarIdStr, VN->getText());