Searched refs:pfrom (Results 1 – 2 of 2) sorted by relevance
41 int pfrom = GETARG_A(*previous); in luaK_nil() local42 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()
45 int pfrom = GETARG_A(*previous); in luaK_nil() local47 if (pfrom <= from && from <= pto+1) { /* can connect both? */ in luaK_nil()