Home
last modified time | relevance | path

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

/dflybsd-src/contrib/tcsh-6/
H A Dsh.func.c435 if (wp->w_end.type == TCSH_F_SEEK && wp->w_end.f_seek == 0) { in gotolab()
437 btell(&wp->w_end); in gotolab()
440 bseek(&wp->w_end); in gotolab()
545 nwp->w_end.type = TCSH_F_SEEK; in doforeach()
584 nwp->w_end.type = TCSH_F_SEEK; in dowhile()
585 nwp->w_end.f_seek = 0; in dowhile()
586 nwp->w_end.a_seek = 0; in dowhile()
609 whyles->w_end.type = TCSH_I_SEEK; in preread()
615 btell(&whyles->w_end); in preread()
626 btell(&whyles->w_end); in doend()
[all …]
H A Dsh.h997 struct Ain w_end; /* End of loop (0 if unknown) */ member