Home
last modified time | relevance | path

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

/external/lua/src/
Dllex.h47 } SemInfo; /* semantics information */ typedef
52 SemInfo seminfo;
Dllex.c214 static int read_numeral (LexState *ls, SemInfo *seminfo) { in read_numeral()
264 static void read_long_string (LexState *ls, SemInfo *seminfo, int sep) { in read_long_string()
366 static void read_string (LexState *ls, int del, SemInfo *seminfo) { in read_string()
429 static int llex (LexState *ls, SemInfo *seminfo) { in llex()