Searched defs:iorechd (Results 1 – 2 of 2) sorted by relevance
78 struct iorechd { struct79 char *fileptr; /* ptr to file window */80 long lcount; /* number of lines printed */81 long llimit; /* maximum number of text lines */82 FILE *fbuf; /* FILE ptr */83 struct iorec *fchain; /* chain to next file */84 struct iorec *flev; /* ptr to associated file variable */85 char *pfname; /* ptr to name of file */86 short funit; /* file status flags */87 unsigned short fblk; /* index into active file table */[all …]
190 struct iorechd { struct191 char *fileptr; /* ptr to file window */192 long lcount; /* number of lines printed */193 long llimit; /* maximum number of text lines */194 FILE *fbuf; /* FILE ptr */195 struct iorec *fchain; /* chain to next file */196 struct iorec *flev; /* ptr to associated file variable */197 char *pfname; /* ptr to name of file */198 short funit; /* file status flags */199 short fblk; /* index into active file table */[all …]