Searched refs:short_src (Results 1 – 4 of 4) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/ |
D | lauxlib.c | 97 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()
|
D | ldblib.c | 136 settabss(L, "short_src", ar.short_src); in db_getinfo()
|
D | ldebug.c | 192 luaO_chunkid(ar->short_src, ar->source, LUA_IDSIZE); in funcinfo()
|
/device/linaro/bootloader/edk2/StdLib/Include/Lua/ |
D | lua.h | 412 char short_src[LUA_IDSIZE]; /* (S) */ member
|