Searched refs:SemInfo (Results 1 – 4 of 4) sorted by relevance
| /src/sys/contrib/openzfs/module/lua/ |
| H A D | llex.h | 41 } SemInfo; /* semantics information */ typedef 46 SemInfo seminfo;
|
| H A D | llex.c | 212 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()
|
| /src/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()
|