Searched refs:pinit (Results 1 – 1 of 1) sorted by relevance
207 TValue *pinit = s2v(ra); in forprep() local210 if (ttisinteger(pinit) && ttisinteger(pstep)) { /* integer loop? */ in forprep()211 lua_Integer init = ivalue(pinit); in forprep()242 if (unlikely(!tonumber(pinit, &init))) in forprep()243 luaG_forerror(L, pinit, "initial value"); in forprep()