MCPcopy Create free account
hub / github.com/DFHack/dfhack / init_exp

Function init_exp

depends/lua/src/lparser.c:144–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142
143
144static void init_exp (expdesc *e, expkind k, int i) {
145 e->f = e->t = NO_JUMP;
146 e->k = k;
147 e->u.info = i;
148}
149
150
151static void codestring (LexState *ls, expdesc *e, TString *s) {

Callers 8

codestringFunction · 0.85
singlevarauxFunction · 0.85
codeclosureFunction · 0.85
constructorFunction · 0.85
funcargsFunction · 0.85
simpleexpFunction · 0.85
assignmentFunction · 0.85
mainfuncFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected