Home
last modified time | relevance | path

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

/netbsd-src/bin/csh/
H A Dfunc.c420 btell(&nwp->w_start); in doforeach()
440 again = whyles != 0 && SEEKEQ(&whyles->w_start, &lineloc) && in dowhile()
457 nwp->w_start = lineloc; in dowhile()
518 bseek(&whyles->w_start); in doagain()
531 bseek(&whyles->w_start); in doagain()
838 if (wp->w_end.type != I_SEEK && wp->w_start.type == wp->w_end.type && in wfree()
839 wp->w_start.type == o.type) { in wfree()
841 if (o.f_seek >= wp->w_start.f_seek && in wfree()
846 if (o.a_seek >= wp->w_start.a_seek && in wfree()
H A Dcsh.h398 struct Ain w_start; /* Point to restart loop */ member