Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/csh/
H A Dsh.lex.c1296 if (fseekp < fbobp || fseekp > feobp) {
1297 fbobp = feobp = fseekp;
1300 if (fseekp == feobp) {
1301 fbobp = feobp;
1307 feobp += c;
1320 if (fseekp >= feobp) {
1321 buf = (int)feobp / BUFSIZ;
1322 off = (int)feobp % BUFSIZ;
1362 feobp += c;
1392 feobp -= BUFSIZ * sb;
[all …]
H A Dsh.h214 #define feobp B.Bfeobp macro
H A Dsh.c709 fseekp = feobp = fblocks = 0; in srcunit()
976 if (fseekp == feobp) in process()
H A Dsh.func.c753 if (intty && fseekp == feobp) {