Lines Matching refs:getc
86 int c = getc(fp); in get()
89 c = getc(fp); in get()
93 c = getc(fp); in get()
95 c = getc(fp); in get()
97 int d = getc(fp); in get()
110 c = getc(fp); in get()
158 int c = getc(fp); in peek()
161 c = getc(fp); in peek()
165 c = getc(fp); in peek()
167 c = getc(fp); in peek()
169 int d = getc(fp); in peek()
183 c = getc(fp); in peek()
229 while ((c = getc(fp)) == ' ') in do_picture()
233 while ((c = getc(fp)) == ' ') in do_picture()
237 c = getc(fp); in do_picture()
241 c = getc(fp); in do_picture()
268 c = getc(fp); in do_picture()
295 while ((c = getc(fp)) != EOF && c != '\n') in do_picture()
321 int c = getc(fp); in do_file()
412 c = getc(fp); in do_file()