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

Function printcapkind

other_src/lua/src/lpeg.cpp:270–277  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

268
269
270static void printcapkind (int kind) {
271 const char *const modes[] = {
272 "close", "position", "constant", "backref",
273 "argument", "simple", "table", "function",
274 "query", "string", "substitution", "fold",
275 "runtime", "group"};
276 printf("%s", modes[kind]);
277}
278
279
280static void printjmp (const Instruction *op, const Instruction *p) {

Callers 2

printinstFunction · 0.85
printcapFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected