Home
last modified time | relevance | path

Searched refs:SemInfo (Results 1 – 4 of 4) sorted by relevance

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dllex.h46 } SemInfo; /* semantics information */ typedef
51 SemInfo seminfo;
H A Dllex.c179 static void trydecpoint (LexState *ls, SemInfo *seminfo) { in trydecpoint()
194 static void read_numeral (LexState *ls, SemInfo *seminfo) { in read_numeral()
223 static void read_long_string (LexState *ls, SemInfo *seminfo, int sep) { in read_long_string()
278 static void read_string (LexState *ls, int del, SemInfo *seminfo) { in read_string()
334 static int llex (LexState *ls, SemInfo *seminfo) { in llex()
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dllex.h41 } SemInfo; /* semantics information */ typedef
46 SemInfo seminfo;
H A Dllex.c212 static void trydecpoint (LexState *ls, SemInfo *seminfo) { in trydecpoint()
229 static void read_numeral (LexState *ls, SemInfo *seminfo) { in read_numeral()
267 static void read_long_string (LexState *ls, SemInfo *seminfo, int sep) { in read_long_string()
340 static void read_string (LexState *ls, int del, SemInfo *seminfo) { in read_string()
398 static int llex (LexState *ls, SemInfo *seminfo) { in llex()