Home
last modified time | relevance | path

Searched refs:read_long_string (Results 1 – 2 of 2) sorted by relevance

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dllex.c223 static void read_long_string (LexState *ls, SemInfo *seminfo, int sep) { in read_long_string() function
352 read_long_string(ls, NULL, sep); /* long comment */ in llex()
365 read_long_string(ls, seminfo, sep); in llex()
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dllex.c267 static void read_long_string (LexState *ls, SemInfo *seminfo, int sep) { in read_long_string() function
419 read_long_string(ls, NULL, sep); /* skip long comment */ in llex()
432 read_long_string(ls, seminfo, sep); in llex()