MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / esccheck

Function esccheck

extlibs/lua/src/llex.c:316–322  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

314
315
316static void esccheck (LexState *ls, int c, const char *msg) {
317 if (!c) {
318 if (ls->current != EOZ)
319 save_and_next(ls); /* add current to buffer for error message */
320 lexerror(ls, msg, TK_STRING);
321 }
322}
323
324
325static int gethexa (LexState *ls) {

Callers 4

gethexaFunction · 0.85
readutf8escFunction · 0.85
readdecescFunction · 0.85
read_stringFunction · 0.85

Calls 1

lexerrorFunction · 0.85

Tested by

no test coverage detected