Home
last modified time | relevance | path

Searched refs:getstr (Results 1 – 19 of 19) sorted by relevance

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dprint.c25 const char* s=getstr(ts); in PrintString()
112 printf("\t; %s", (f->sizeupvalues>0) ? getstr(f->upvalues[b]) : "-"); in PrintCode()
163 const char* s=getstr(f->source); in PrintHeader()
200 i,getstr(f->locvars[i].varname),f->locvars[i].startpc+1,f->locvars[i].endpc+1); in PrintLocals()
211 printf("\t%d\t%s\n",i,getstr(f->upvalues[i])); in PrintUpvalues()
H A Dldump.c63 if (s==NULL || getstr(s)==NULL) in DumpString()
72 DumpBlock(getstr(s),size,D); in DumpString()
H A Dlobject.h210 #define getstr(ts) cast(const char *, (ts) + 1) macro
211 #define svalue(o) getstr(rawtsvalue(o))
H A Dldebug.c158 ar->source = getstr(cl->l.p->source); in funcinfo()
529 *name = p->upvalues ? getstr(p->upvalues[u]) : "?"; in getobjname()
612 luaO_chunkid(buff, getstr(getluaproto(ci)->source), LUA_IDSIZE); in addinfo()
H A Dlstring.c86 if (ts->tsv.len == l && (memcmp(str, getstr(ts), l) == 0)) { in luaS_newlstr()
H A Dlfunc.c169 return getstr(f->locvars[i].varname); in luaF_getlocalname()
H A Dllex.c104 luaO_chunkid(buff, getstr(ls->source), MAXSRC); in luaX_lexerror()
H A Dlvm.c204 const char *l = getstr(ls); in l_strcmp()
206 const char *r = getstr(rs); in l_strcmp()
H A Dlapi.c1052 return getstr(p->upvalues[n-1]); in aux_upvalue()
H A Dlparser.c60 luaX_newstring(ls, getstr(ts), ts->tsv.len); in anchor_token()
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlstring.c37 (memcmp(getstr(a), getstr(b), len) == 0)); /* equal contents */ in luaS_eqlngstr()
144 (memcmp(str, getstr(ts), l * sizeof(char)) == 0)) { in internshrstr()
H A Dldebug.c109 else return getstr(s); in upvalname()
198 ar->source = p->source ? getstr(p->source) : "=?"; in funcinfo()
493 *name = getstr(G(L)->tmname[tm]); in getfuncname()
578 luaO_chunkid(buff, getstr(src), LUA_IDSIZE); in addinfo()
H A Dlobject.h420 #define getstr(ts) cast(const char *, (ts) + 1) macro
423 #define svalue(o) getstr(rawtsvalue(o))
H A Dlfunc.c155 return getstr(f->locvars[i].varname); in luaF_getlocalname()
H A Dlparser.c63 luaX_newstring(ls, getstr(ts), ts->tsv.len); in anchor_token()
348 getstr(gt->name), gt->line, getstr(vname)); in closegoto()
465 msg = luaO_pushfstring(ls->L, msg, getstr(gt->name), gt->line); in undefgoto()
1205 getstr(label), ll->arr[i].line); in checkrepeated()
H A Dlapi.c506 return getstr(ts); in lua_pushlstring()
523 return getstr(ts); in lua_pushstring()
1203 return (name == NULL) ? "" : getstr(name); in aux_upvalue()
H A Dllex.c103 luaO_chunkid(buff, getstr(ls->source), LUA_IDSIZE); in lexerror()
H A Dltable.c104 s->tsv.hash = luaS_hash(getstr(s), s->tsv.len, s->tsv.hash); in mainposition()
H A Dlvm.c211 const char *l = getstr(ls); in l_strcmp()
213 const char *r = getstr(rs); in l_strcmp()