Lines Matching refs:ch
1686 int ch; in cs_parse_results() local
1703 while ((ch = getc(csinfo[cnumber].fr_fp)) != EOF && ch != '\n') in cs_parse_results()
2054 int ch; in cs_read_prompt() local
2069 while ((ch = getc(csinfo[i].fr_fp)) != EOF && ch != CSCOPE_PROMPT[0]) in cs_read_prompt()
2071 if (bufpos < maxlen - 1 && vim_isprintc(ch)) in cs_read_prompt()
2078 buf[bufpos++] = ch; in cs_read_prompt()
2103 ch = getc(csinfo[i].fr_fp); in cs_read_prompt()
2104 if (ch == EOF) in cs_read_prompt()
2115 if (ch != CSCOPE_PROMPT[n]) in cs_read_prompt()
2117 ch = EOF; in cs_read_prompt()
2122 if (ch == EOF) in cs_read_prompt()