Home | History | Annotate | Download | only in src

Lines Matching refs:ch

805 		  int ch = getc (fp);
806 if (ch != '\n' && ungetc (ch, fp) != ch)