Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Dsh.func.c542 btell(&nwp->w_start); in doforeach()
563 SEEKEQ(&whyles->w_start, &lineloc) && in dowhile()
583 nwp->w_start = lineloc; in dowhile()
648 bseek(&whyles->w_start); in doagain()
661 bseek(&whyles->w_start); in doagain()
1155 foo[wp->w_start.type+1], in wfree()
1156 wp->w_start.a_seek, wp->w_start.f_seek); in wfree()
1164 if (wp->w_end.type != TCSH_I_SEEK && wp->w_start.type == wp->w_end.type && in wfree()
1165 wp->w_start.type == o.type) { in wfree()
1167 if (o.f_seek >= wp->w_start.f_seek && in wfree()
[all …]
H A Dsh.h993 struct Ain w_start; /* Point to restart loop */ member