| 6872 | |
| 6873 | |
| 6874 | static int check_next (LexState *ls, const char *set) { |
| 6875 | if (!strchr(set, ls->current)) |
| 6876 | return 0; |
| 6877 | save_and_next(ls); |
| 6878 | return 1; |
| 6879 | } |
| 6880 | |
| 6881 | |
| 6882 | static void buffreplace (LexState *ls, char from, char to) { |
no outgoing calls
no test coverage detected