Searched refs:f_parser (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/contrib/openzfs/module/lua/ |
H A D | ldo.c | 728 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 D | ldo.c | 988 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()
|