Searched refs:pfrom (Results 1 – 1 of 1) sorted by relevance
134 int pfrom = GETARG_A(*previous); /* get previous range */ in luaK_nil() local135 int pl = pfrom + GETARG_B(*previous); in luaK_nil()136 if ((pfrom <= from && from <= pl + 1) || in luaK_nil()137 (from <= pfrom && pfrom <= l + 1)) { /* can connect both? */ in luaK_nil()138 if (pfrom < from) from = pfrom; /* from = min(from, pfrom) */ in luaK_nil()