Searched refs:luaX_newstring (Results 1 – 3 of 3) sorted by relevance
/l4re-core-master/lua/lib/contrib/src/ |
A D | llex.c | 134 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 D | llex.h | 84 LUAI_FUNC TString *luaX_newstring (LexState *ls, const char *str, size_t l);
|
A D | lparser.c | 210 luaX_newstring(ls, "" v, (sizeof(v)/sizeof(char)) - 1));
|
Completed in 8 milliseconds