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

  /external/chromium_org/third_party/skia/third_party/lua/src/
llex.h 71 LUAI_FUNC TString *luaX_newstring (LexState *ls, const char *str, size_t l);
llex.c 124 TString *luaX_newstring (LexState *ls, const char *str, size_t l) {
297 seminfo->ts = luaX_newstring(ls, luaZ_buffer(ls->buff) + (2 + sep),
393 seminfo->ts = luaX_newstring(ls, luaZ_buffer(ls->buff) + 1,
491 ts = luaX_newstring(ls, luaZ_buffer(ls->buff),
lparser.c 65 luaX_newstring(ls, getstr(ts), ts->tsv.len);
191 new_localvar(ls, luaX_newstring(ls, name, sz));
    [all...]

Completed in 43 milliseconds