Home
last modified time | relevance | path

Searched refs:codestring (Results 1 – 2 of 2) sorted by relevance

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlparser.c133 static void codestring (LexState *ls, expdesc *e, TString *s) { in codestring() function
139 codestring(ls, e, str_checkname(ls)); in checkname()
633 codestring(ls, &args, ls->t.seminfo.ts); in funcargs()
737 codestring(ls, v, ls->t.seminfo.ts); in simpleexp()
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlparser.c153 static void codestring (LexState *ls, expdesc *e, TString *s) { in codestring() function
159 codestring(ls, e, str_checkname(ls)); in checkname()
302 codestring(ls, &key, varname); /* key is variable name */ in singlevar()
848 codestring(ls, &args, ls->t.seminfo.ts); in funcargs()
951 codestring(ls, v, ls->t.seminfo.ts); in simpleexp()