Searched refs:luaK_stringK (Results 1 – 6 of 6) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | lcode.h | 51 LUAI_FUNC int luaK_stringK (FuncState *fs, TString *s);
|
| H A D | lparser.c | 134 init_exp(e, VK, luaK_stringK(ls->fs, s)); in codestring() 252 var->u.s.info = luaK_stringK(fs, varname); /* info points to global name */ in singlevar()
|
| H A D | lcode.c | 250 int luaK_stringK (FuncState *fs, TString *s) { in luaK_stringK() function
|
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | lcode.h | 55 LUAI_FUNC int luaK_stringK (FuncState *fs, TString *s);
|
| H A D | lcode.c | 317 int luaK_stringK (FuncState *fs, TString *s) { in luaK_stringK() function
|
| H A D | lparser.c | 154 init_exp(e, VK, luaK_stringK(ls->fs, s)); in codestring()
|