Home
last modified time | relevance | path

Searched refs:CSCOPE_PROMPT (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/
H A Dif_cscope.h25 #define CSCOPE_PROMPT ">> " macro
H A Dif_cscope.c2069 while ((ch = getc(csinfo[i].fr_fp)) != EOF && ch != CSCOPE_PROMPT[0]) in cs_read_prompt()
2100 for (n = 0; n < (int)strlen(CSCOPE_PROMPT); ++n) in cs_read_prompt()
2115 if (ch != CSCOPE_PROMPT[n]) in cs_read_prompt()