Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/csh/
H A Dsh.lex.c1289 if (fseekp < fbobp || fseekp > feobp) {
1290 fbobp = feobp = fseekp;
1291 (void) lseek(SHIN, fseekp, 0);
1293 if (fseekp == feobp) {
1302 c = fbuf[0][fseekp - fbobp];
1303 fseekp++;
1308 buf = (int)fseekp / BUFSIZ;
1313 if (fseekp >= feobp) {
1363 c = fbuf[buf][(int)fseekp % BUFSIZ];
1364 fseekp++;
[all …]
H A Dsh.h220 #define fseekp B.Bfseekp macro
226 #define btell() fseekp
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) {