Searched refs:seminfo (Results 1 – 15 of 15) sorted by relevance
224 static int read_numeral (LexState *ls, SemInfo *seminfo) { in read_numeral() argument245 seminfo->i = ivalue(&obj); in read_numeral()250 seminfo->r = fltvalue(&obj); in read_numeral()276 static void read_long_string (LexState *ls, SemInfo *seminfo, size_t sep) { in read_long_string() argument284 const char *what = (seminfo ? "string" : "comment"); in read_long_string()300 if (!seminfo) luaZ_resetbuffer(ls->buff); /* avoid wasting space */ in read_long_string()304 if (seminfo) save_and_next(ls); in read_long_string()309 if (seminfo) in read_long_string()310 seminfo->ts = luaX_newstring(ls, luaZ_buffer(ls->buff) + sep, in read_long_string()378 static void read_string (LexState *ls, int del, SemInfo *seminfo) { in read_string() argument[all …]
58 SemInfo seminfo; member
146 ts = ls->t.seminfo.ts; in str_checkname()1037 codestring(&args, ls->t.seminfo.ts); in funcargs()1136 v->u.nval = ls->t.seminfo.r; in simpleexp()1141 v->u.ival = ls->t.seminfo.i; in simpleexp()1145 codestring(v, ls->t.seminfo.ts); in simpleexp()1644 TString *lname = ls->lookahead.seminfo.ts; /* label's id */ in issinglejump()
51 struct seminfo __user *__buf; /* buffer for IPC_INFO */55 struct seminfo { struct
80 struct seminfo *__buf; /* Buffer for IPC_INFO112 struct seminfo info; in main()
16 struct seminfo *__buf;
31 struct seminfo *__buf; /* buffer for IPC_INFO */
26 struct seminfo *__buf;
93 struct seminfo ipc_buf; in setup()
47 struct seminfo *__buf;251 struct seminfo info_buf; in sem_array()
77 static struct seminfo ipc_buf;