Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlundump.c33 luaD_throw(S->L,LUA_ERRSYNTAX); in error()
Dlua.c248 if (status == LUA_ERRSYNTAX) { in incomplete()
Dllex.c110 luaD_throw(ls->L, LUA_ERRSYNTAX); in lexerror()
Dldo.c635 luaD_throw(L, LUA_ERRSYNTAX); in checkmode()
/device/linaro/bootloader/edk2/StdLib/Include/Lua/
Dlua.h48 #define LUA_ERRSYNTAX 3 macro