Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlcode.c41 int pfrom = GETARG_A(*previous); in luaK_nil() local
42 int pl = pfrom + GETARG_B(*previous); in luaK_nil()
43 if ((pfrom <= from && from <= pl + 1) || in luaK_nil()
44 (from <= pfrom && pfrom <= l + 1)) { /* can connect both? */ in luaK_nil()
45 if (pfrom < from) from = pfrom; /* from = min(from, pfrom) */ in luaK_nil()
/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlcode.c45 int pfrom = GETARG_A(*previous); in luaK_nil() local
47 if (pfrom <= from && from <= pto+1) { /* can connect both? */ in luaK_nil()