Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/lua/
H A Dldo.c728 static void f_parser (lua_State *L, void *ud) { in f_parser() function
755 status = luaD_pcall(L, f_parser, &p, savestack(L, L->top), L->errfunc); in luaD_protectedparser()
/freebsd/contrib/lua/src/
H A Dldo.c988 static void f_parser (lua_State *L, void *ud) { in f_parser() function
1015 status = luaD_pcall(L, f_parser, &p, savestack(L, L->top.p), L->errfunc); in luaD_protectedparser()