| 161 | |
| 162 | |
| 163 | static int check_next (LexState *ls, const char *set) { |
| 164 | if (!strchr(set, ls->current)) |
| 165 | return 0; |
| 166 | save_and_next(ls); |
| 167 | return 1; |
| 168 | } |
| 169 | |
| 170 | |
| 171 | static void buffreplace (LexState *ls, char from, char to) { |
no outgoing calls
no test coverage detected