Searched refs:w_end (Results 1 – 2 of 2) sorted by relevance
307 if (wp->w_end.type == F_SEEK && wp->w_end.f_seek == 0) { in gotolab()309 btell(&wp->w_end); in gotolab()312 bseek(&wp->w_end); in gotolab()395 nwp->w_end.type = F_SEEK; in doforeach()428 nwp->w_end.type = F_SEEK; in dowhile()429 nwp->w_end.f_seek = 0; in dowhile()452 whyles->w_end.type = I_SEEK; in preread()462 btell(&whyles->w_end); in preread()470 btell(&whyles->w_end); in doend()769 if (whyles->w_end.type == F_SEEK && whyles->w_end.f_seek == 0) { in toend()[all …]
370 struct Ain w_end; /* End of loop (0 if unknown) */ member