Searched refs:short_src (Results 1 – 4 of 4) sorted by relevance
/l4re-core-master/lua/lib/contrib/src/ |
A D | lauxlib.c | 110 lua_pushfstring(L, "function <%s:%d>", ar->short_src, ar->linedefined); in pushfuncname() 153 lua_pushfstring(L, "\n\t%s: in ", ar.short_src); in luaL_traceback() 155 lua_pushfstring(L, "\n\t%s:%d: in ", ar.short_src, ar.currentline); in luaL_traceback() 221 lua_pushfstring(L, "%s:%d: ", ar.short_src, ar.currentline); in luaL_where()
|
A D | ldblib.c | 173 settabss(L, "short_src", ar.short_src); in db_getinfo()
|
A D | lua.h | 486 char short_src[LUA_IDSIZE]; /* (S) */ member
|
A D | ldebug.c | 278 luaO_chunkid(ar->short_src, ar->source, ar->srclen); in funcinfo()
|
Completed in 10 milliseconds