Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dldebug.c192 luaO_chunkid(ar->short_src, ar->source, LUA_IDSIZE); in funcinfo()
560 char buff[LUA_IDSIZE]; /* add file:line information */ in addinfo()
564 luaO_chunkid(buff, getstr(src), LUA_IDSIZE); in addinfo()
Dllex.c105 char buff[LUA_IDSIZE]; in lexerror()
106 luaO_chunkid(buff, getstr(ls->source), LUA_IDSIZE); in lexerror()
/device/linaro/bootloader/edk2/StdLib/Include/Lua/
Dluaconf.h204 #define LUA_IDSIZE 60 macro
Dlua.h412 char short_src[LUA_IDSIZE]; /* (S) */