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

Function setinstaux

other_src/lua/src/lpeg.cpp:1018–1023  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1016
1017
1018static void setinstaux (Instruction *i, Opcode op, int offset, int aux) {
1019 assert(aux <= MAXAUX);
1020 i->i.code = op;
1021 i->i.offset = offset;
1022 i->i.aux = aux;
1023}
1024
1025#define setinst(i,op,off) setinstaux(i,op,off,0)
1026

Callers 5

anyFunction · 0.85
getpattFunction · 0.85
pattand_lFunction · 0.85
pattbehindFunction · 0.85
separatepartsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected