Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlauxlib.c97 lua_pushfstring(L, "function <%s:%d>", ar->short_src, ar->linedefined); in pushfuncname()
131 lua_pushfstring(L, "\n\t%s:", ar.short_src); in luaL_traceback()
188 lua_pushfstring(L, "%s:%d: ", ar.short_src, ar.currentline); in luaL_where()
Dldblib.c136 settabss(L, "short_src", ar.short_src); in db_getinfo()
Dldebug.c192 luaO_chunkid(ar->short_src, ar->source, LUA_IDSIZE); in funcinfo()
/device/linaro/bootloader/edk2/StdLib/Include/Lua/
Dlua.h412 char short_src[LUA_IDSIZE]; /* (S) */ member