Home
last modified time | relevance | path

Searched refs:TCSH_F_SEEK (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/tcsh/
H A Dsh.lex.c96 int aret = TCSH_F_SEEK;
1372 aret = TCSH_F_SEEK; in readc()
1387 aret = TCSH_F_SEEK; in readc()
1409 aret = TCSH_F_SEEK; in readc()
1758 case TCSH_F_SEEK: in bseek()
1811 case TCSH_F_SEEK: in btell()
1838 aret = TCSH_F_SEEK; in btoeof()
H A Dsh.func.c435 if (wp->w_end.type == TCSH_F_SEEK && wp->w_end.f_seek == 0) { in gotolab()
545 nwp->w_end.type = TCSH_F_SEEK; in doforeach()
584 nwp->w_end.type = TCSH_F_SEEK; in dowhile()
761 a.type = TCSH_F_SEEK; in search()
777 if (intty && fseekp == feobp && aret == TCSH_F_SEEK) in search()
1109 if (whyles->w_end.type == TCSH_F_SEEK && whyles->w_end.f_seek == 0) { in toend()
1166 if (wp->w_end.type == TCSH_F_SEEK) { in wfree()
H A Dsh.h807 #define TCSH_F_SEEK 2 /* File seek */ macro
H A Dsh.c2055 if (fseekp == feobp && aret == TCSH_F_SEEK) in process()