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

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dldo.c632 struct SParser { /* data to `f_parser' */
650 static void f_parser (lua_State *L, void *ud) { function
682 status = luaD_pcall(L, f_parser, &p, savestack(L, L->top), L->errfunc);
/freebsd-11-stable/contrib/lua/src/
H A Dldo.c748 struct SParser { /* data to 'f_parser' */
766 static void f_parser (lua_State *L, void *ud) { function
793 status = luaD_pcall(L, f_parser, &p, savestack(L, L->top), L->errfunc);

Completed in 66 milliseconds