Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/csh/
H A Dsh.func.c429 if (wp->w_end == 0) { in dogoto()
431 wp->w_end = btell(); in dogoto()
433 bseek(wp->w_end); in dogoto()
580 nwp->w_end = 0; in dowhile()
605 whyles->w_end = -1; in preread_()
613 whyles->w_end = btell(); in preread_()
626 whyles->w_end = btell(); in doend()
949 if (whyles->w_end == 0) { in toend()
951 whyles->w_end = btell() - 1; in toend()
953 bseek(whyles->w_end); in toend()
[all …]
H A Dsh.h343 off_t w_end; /* End of loop (0 if unknown) */ member