HomeSort by relevance Sort by last modified time
    Searched refs:LUA_IDSIZE (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/skia/third_party/lua/src/
ldebug.c 192 luaO_chunkid(ar->short_src, ar->source, LUA_IDSIZE);
547 char buff[LUA_IDSIZE]; /* add file:line information */
551 luaO_chunkid(buff, getstr(src), LUA_IDSIZE);
llex.c 105 char buff[LUA_IDSIZE];
106 luaO_chunkid(buff, getstr(ls->source), LUA_IDSIZE);
luaconf.h 200 @@ LUA_IDSIZE gives the maximum size for the description of the source
204 #define LUA_IDSIZE 60
lua.h 412 char short_src[LUA_IDSIZE]; /* (S) */

Completed in 129 milliseconds