Searched refs:f_parser (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/lua/src/ |
| H A D | ldo.c | 766 static void f_parser (lua_State *L, void *ud) { in f_parser() function 793 status = luaD_pcall(L, f_parser, &p, savestack(L, L->top), L->errfunc); in luaD_protectedparser()
|
| /freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/ |
| H A D | ldo.c | 650 static void f_parser (lua_State *L, void *ud) { in f_parser() function 682 status = luaD_pcall(L, f_parser, &p, savestack(L, L->top), L->errfunc); in luaD_protectedparser()
|