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

/ast/src/cmd/ie/
H A Dhistory.c175 fp->fixfd = fd;
209 if(hist_clean(fp->fixfd) && his_start>1 && hsize > HISMAX)
230 io_fclose(fp->fixfd);
314 fdo= io_renumber(hist_ptr->fixfd,fcntl(hist_ptr->fixfd,F_DUPFD,USERIO));
315 hist_ptr->fixfd = fdo;
322 hist_ptr->fixfd = io_renumber(fdo,FCIO);
326 p_setout(hist_new->fixfd);
445 io_seek(fp->fixfd,count,SEEK_SET);
447 while((c=io_getc(fp->fixfd))!
[all...]
H A Dhistory.h47 int fixfd; /* file number for history file */ member in struct:history
H A Deditlib.c205 p_setout(hist_ptr->fixfd);
H A Dedit.c924 p_setout(hist_ptr->fixfd);

Completed in 20 milliseconds