HomeSort by: relevance | last modified time | path
    Searched defs:short_src (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/lutok/dist/
debug.cpp 184 /// Accessor for the 'short_src' field of lua_Debug.
186 /// \return Returns the 'short_src' field of the internal lua_Debug structure.
188 lutok::debug::short_src(void) const function in class:lutok::debug
190 assert(_pimpl->lua_debug.short_src != NULL);
191 return _pimpl->lua_debug.short_src;
  /src/external/mit/lua/dist/src/
lua.h 514 char short_src[LUA_IDSIZE]; /* (S) */ member in struct:lua_Debug

Completed in 56 milliseconds