HomeSort by: relevance | last modified time | path
    Searched refs:w_start (Results 1 - 2 of 2) sorted by relevancy

  /src/bin/csh/
func.c 420 btell(&nwp->w_start);
440 again = whyles != 0 && SEEKEQ(&whyles->w_start, &lineloc) &&
457 nwp->w_start = lineloc;
518 bseek(&whyles->w_start);
531 bseek(&whyles->w_start);
838 if (wp->w_end.type != I_SEEK && wp->w_start.type == wp->w_end.type &&
839 wp->w_start.type == o.type) {
841 if (o.f_seek >= wp->w_start.f_seek &&
846 if (o.a_seek >= wp->w_start.a_seek &&
csh.h 398 struct Ain w_start; /* Point to restart loop */ member in struct:whyle

Completed in 14 milliseconds