MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / check_next

Function check_next

Source/Misc/lua/src/lua.c:6874–6879  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

read_numeralFunction · 0.85
llexFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected