Searched refs:ch (Results 1 – 1 of 1) sorted by relevance
269 int ch; in libc_hidden_def() local271 ch = __getc_unlocked (stream); in libc_hidden_def()272 if (ch == EOF || ch == '\n' || !isspace (ch)) in libc_hidden_def()278 if (ch != EOF) in libc_hidden_def()279 ungetc (ch, stream); in libc_hidden_def()
Completed in 7 milliseconds