Searched refs:f_parser (Results 1 - 2 of 2) sorted by relevance

/external/skia/third_party/lua/src/
H A Dldo.c614 struct SParser { /* data to `f_parser' */
632 static void f_parser (lua_State *L, void *ud) { function
664 status = luaD_pcall(L, f_parser, &p, savestack(L, L->top), L->errfunc);
/external/syslinux/com32/lua/src/
H A Dldo.c622 struct SParser { /* data to `f_parser' */
640 static void f_parser (lua_State *L, void *ud) { function
672 status = luaD_pcall(L, f_parser, &p, savestack(L, L->top), L->errfunc);

Completed in 86 milliseconds