Searched defs:seminfo (Results 1 - 5 of 5) sorted by relevance

/external/kernel-headers/original/uapi/linux/
H A Dsem.h49 struct seminfo __user *__buf; /* buffer for IPC_INFO */
53 struct seminfo { struct
/external/skia/third_party/lua/src/
H A Dllex.c212 static void trydecpoint (LexState *ls, SemInfo *seminfo) { argument
216 if (!buff2d(ls->buff, &seminfo->r)) {
229 static void read_numeral (LexState *ls, SemInfo *seminfo) { argument
245 if (!buff2d(ls->buff, &seminfo->r)) /* format error? */
246 trydecpoint(ls, seminfo); /* try to update decimal point separator */
267 static void read_long_string (LexState *ls, SemInfo *seminfo, int sep) { argument
274 lexerror(ls, (seminfo) ? "unfinished long string" :
287 if (!seminfo) luaZ_resetbuffer(ls->buff); /* avoid wasting space */
291 if (seminfo) save_and_next(ls);
296 if (seminfo)
340 read_string(LexState *ls, int del, SemInfo *seminfo) argument
398 llex(LexState *ls, SemInfo *seminfo) argument
[all...]
H A Dllex.h45 SemInfo seminfo; member in struct:Token
/external/syslinux/com32/lua/src/
H A Dllex.c219 static void trydecpoint (LexState *ls, SemInfo *seminfo) { argument
223 if (!buff2d(ls->buff, &seminfo->r)) {
236 static void read_numeral (LexState *ls, SemInfo *seminfo) { argument
252 if (!buff2d(ls->buff, &seminfo->r)) /* format error? */
253 trydecpoint(ls, seminfo); /* try to update decimal point separator */
274 static void read_long_string (LexState *ls, SemInfo *seminfo, int sep) { argument
281 lexerror(ls, (seminfo) ? "unfinished long string" :
294 if (!seminfo) luaZ_resetbuffer(ls->buff); /* avoid wasting space */
298 if (seminfo) save_and_next(ls);
303 if (seminfo)
347 read_string(LexState *ls, int del, SemInfo *seminfo) argument
405 llex(LexState *ls, SemInfo *seminfo) argument
[all...]
H A Dllex.h45 SemInfo seminfo; member in struct:Token

Completed in 119 milliseconds