MCPcopy Create free account
hub / github.com/BZFlag-Dev/bzflag / init_exp

Function init_exp

other_src/lua/src/lparser.cpp:126–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124
125
126static void init_exp (expdesc *e, expkind k, int i) {
127 e->f = e->t = NO_JUMP;
128 e->k = k;
129 e->u.s.info = i;
130}
131
132
133static void codestring (LexState *ls, expdesc *e, TString *s) {

Callers 8

codestringFunction · 0.70
singlevarauxFunction · 0.70
pushclosureFunction · 0.70
constructorFunction · 0.70
funcargsFunction · 0.70
simpleexpFunction · 0.70
assignmentFunction · 0.70
localfuncFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected