Searched refs:CSCOPE_PROMPT (Results 1 – 2 of 2) sorted by relevance
25 #define CSCOPE_PROMPT ">> " macro
2069 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()