Home
last modified time | relevance | path

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

/dragonfly/contrib/tcsh-6/
HDsh.lex.c96 int aret = TCSH_F_SEEK;
1395 aret = TCSH_F_SEEK; in readc()
1410 aret = TCSH_F_SEEK; in readc()
1432 aret = TCSH_F_SEEK; in readc()
1781 case TCSH_F_SEEK: in bseek()
1834 case TCSH_F_SEEK: in btell()
1861 aret = TCSH_F_SEEK; in btoeof()
HDsh.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()
HDsh.h810 #define TCSH_F_SEEK 2 /* File seek */ macro
HDsh.c2059 if (fseekp == feobp && aret == TCSH_F_SEEK) in process()