Home
last modified time | relevance | path

Searched defs:iorechd (Results 1 – 2 of 2) sorted by relevance

/csrg-svn/usr.bin/pascal/libpc/
H A Dh00vars.h78 struct iorechd { struct
79 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 …]
/csrg-svn/usr.bin/pascal/px/
H A Dvars.h190 struct iorechd { struct
191 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 …]