Home
last modified time | relevance | path

Searched refs:w_start (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/csh/
H A Dsh.func.c538 nwp->w_start = btell(); in doforeach()
556 bool again = whyles != 0 && whyles->w_start == lineloc && in dowhile()
579 nwp->w_start = lineloc; in dowhile()
652 bseek(whyles->w_start); in doagain()
665 bseek(whyles->w_start); in doagain()
970 if (o >= wp->w_start && (wp->w_end == 0 || o < wp->w_end)) { in wfree()
H A Dsh.h342 off_t w_start; /* Point to restart loop */ member
H A Dsh.lex.c1410 if (wp->w_start > l)
1411 l = wp->w_start;