Searched refs:eprompt (Results 1 – 1 of 1) sorted by relevance
2059 static char *eprompt = "Press the RETURN key to continue:"; in cs_read_prompt() local2060 int epromptlen = (int)strlen(eprompt); in cs_read_prompt()2081 && strcmp(&buf[bufpos - epromptlen], eprompt) == 0) in cs_read_prompt()