Searched defs:seminfo (Results 1 – 6 of 6) sorted by relevance
123 struct seminfo { struct 146 struct seminfo seminfo; member
236 static int read_numeral (LexState *ls, SemInfo *seminfo) { in read_numeral()269 static int read_numeral (LexState *ls, SemInfo *seminfo) { in read_numeral()311 static void read_long_string (LexState *ls, SemInfo *seminfo, size_t sep) { in read_long_string()413 static void read_string (LexState *ls, int del, SemInfo *seminfo) { in read_string()476 static int llex (LexState *ls, SemInfo *seminfo) { in llex()
66 SemInfo seminfo; member
102 struct seminfo seminfo = { variable
51 struct seminfo seminfo; member
272 show_semtotal(struct seminfo *seminfo) in show_semtotal()