Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dllex.h40 } SemInfo; /* semantics information */ typedef
45 SemInfo seminfo;
Dllex.c215 static void trydecpoint (LexState *ls, SemInfo *seminfo) { in trydecpoint()
232 static void read_numeral (LexState *ls, SemInfo *seminfo) { in read_numeral()
270 static void read_long_string (LexState *ls, SemInfo *seminfo, int sep) { in read_long_string()
343 static void read_string (LexState *ls, int del, SemInfo *seminfo) { in read_string()
401 static int llex (LexState *ls, SemInfo *seminfo) { in llex()