Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dldo.c491 static void f_parser (lua_State *L, void *ud) { in f_parser() function
514 status = luaD_pcall(L, f_parser, &p, savestack(L, L->top), L->errfunc); in luaD_protectedparser()
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dldo.c715 static void f_parser (lua_State *L, void *ud) { in f_parser() function
742 status = luaD_pcall(L, f_parser, &p, savestack(L, L->top), L->errfunc); in luaD_protectedparser()