Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/csh/
H A Dsh.lex.c1289 if (fseekp < fbobp || fseekp > feobp) {
1290 fbobp = feobp = fseekp;
1293 if (fseekp == feobp) {
1294 fbobp = feobp;
1300 feobp += c;
1313 if (fseekp >= feobp) {
1314 buf = (int)feobp / BUFSIZ;
1315 off = (int)feobp % BUFSIZ;
1355 feobp += c;
1385 feobp -= BUFSIZ * sb;
[all …]
H A Dsh.h222 #define feobp B.Bfeobp macro
H A Dsh.c705 fseekp = feobp = fblocks = 0; in srcunit()
973 if (fseekp == feobp) in process()
H A Dsh.func.c742 if (intty && fseekp == feobp) {