Searched refs:luaX_newstring (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lua/source/src/
H A Dllex.h71 LUAI_FUNC TString *luaX_newstring (LexState *ls, const char *str, size_t l);
H A Dllex.c124 TString *luaX_newstring (LexState *ls, const char *str, size_t l) { function
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),
H A Dlparser.c65 luaX_newstring(ls, getstr(ts), ts->tsv.len);
191 new_localvar(ls, luaX_newstring(ls, name, sz));

Completed in 90 milliseconds