Home
last modified time | relevance | path

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

/l4re-core-master/lua/lib/contrib/src/
A Dllex.c134 TString *luaX_newstring (LexState *ls, const char *str, size_t l) { in luaX_newstring() function
314 seminfo->ts = luaX_newstring(ls, luaZ_buffer(ls->buff) + sep, in read_long_string()
440 seminfo->ts = luaX_newstring(ls, luaZ_buffer(ls->buff) + 1, in read_string()
545 ts = luaX_newstring(ls, luaZ_buffer(ls->buff), in llex()
A Dllex.h84 LUAI_FUNC TString *luaX_newstring (LexState *ls, const char *str, size_t l);
A Dlparser.c210 luaX_newstring(ls, "" v, (sizeof(v)/sizeof(char)) - 1));

Completed in 9 milliseconds