Home | History | Annotate | Download | only in streams

Lines Matching refs:eof

32       @initialized = @eof = false
39 unless @eof
46 @eof = true
68 @initialized = @eof = false
75 unless @eof
80 @eof = true
92 unless @eof
108 else EOF
113 peek( i ).chr rescue EOF
124 @eof and return
126 else readline until ( @data.size > @position or @eof )
131 @eof and return
132 readline until @eof