| 268 | |
| 269 | |
| 270 | static 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 | |
| 280 | static void printjmp (const Instruction *op, const Instruction *p) { |