Home
last modified time | relevance | path

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

/external/lua/src/
Dllex.h53 } SemInfo; /* semantics information */ typedef
58 SemInfo seminfo;
Dllex.c224 static int read_numeral (LexState *ls, SemInfo *seminfo) { in read_numeral()
276 static void read_long_string (LexState *ls, SemInfo *seminfo, size_t sep) { in read_long_string()
378 static void read_string (LexState *ls, int del, SemInfo *seminfo) { in read_string()
441 static int llex (LexState *ls, SemInfo *seminfo) { in llex()