Searched refs:SemInfo (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/contrib/openzfs/module/lua/ |
H A D | llex.h | 40 } SemInfo; /* semantics information */ typedef 45 SemInfo seminfo;
|
H A D | llex.c | 211 static void trydecpoint (LexState *ls, SemInfo *seminfo) { in trydecpoint() 228 static void read_numeral (LexState *ls, SemInfo *seminfo) { in read_numeral() 266 static void read_long_string (LexState *ls, SemInfo *seminfo, int sep) { in read_long_string() 339 static void read_string (LexState *ls, int del, SemInfo *seminfo) { in read_string() 397 static int llex (LexState *ls, SemInfo *seminfo) { in llex()
|
/freebsd/contrib/lua/src/ |
H A D | llex.h | 53 } SemInfo; /* semantics information */ typedef 58 SemInfo seminfo;
|
H A D | llex.c | 227 static int read_numeral (LexState *ls, SemInfo *seminfo) { in read_numeral() 280 static void read_long_string (LexState *ls, SemInfo *seminfo, size_t sep) { in read_long_string() 382 static void read_string (LexState *ls, int del, SemInfo *seminfo) { in read_string() 445 static int llex (LexState *ls, SemInfo *seminfo) { in llex()
|