Searched refs:feobp (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/tcsh-65/tcsh/
H A Dsh.lex.c1605 if (fseekp < fbobp || fseekp > feobp) {
1606 fbobp = feobp = fseekp;
1609 if (fseekp == feobp) {
1615 for (i = 0; i < (size_t)(feobp - fbobp); i++)
1617 fseekp = feobp = bytes;
1619 fbobp = feobp;
1627 feobp += c;
1641 while (fseekp >= feobp) {
1647 fseekp = feobp; /* where else? */
1655 off = (int) feobp
[all...]
H A Dsh.c1505 fseekp = feobp = fblocks = 0;
1905 if (fseekp == feobp && aret == TCSH_F_SEEK)
H A Dsh.func.c779 if (intty && fseekp == feobp && aret == TCSH_F_SEEK)
H A Dsh.h744 * (fseekp - fbobp) and (feobp - fbobp) are character offsets (usable for
787 #define feobp B.Bfeobp macro

Completed in 204 milliseconds