| 79 | |
| 80 | |
| 81 | static inline void CHECK_BUFFER(ctl* control, SSHORT offset) |
| 82 | { |
| 83 | if (control->ctl_ptr > control->ctl_buffer + sizeof(control->ctl_buffer) - 20) |
| 84 | print_line(control, offset); |
| 85 | } |
| 86 | |
| 87 | |
| 88 | const char *dyn_table[] = |
no test coverage detected