Searched refs:PROMPT_SIZE (Results 1 – 2 of 2) sorted by relevance
206 #define PROMPT_SIZE 200 /* Max size of prompt string */216 #define PROMPT_SIZE 2048 /* Max size of prompt string */ macro
65 static char message[PROMPT_SIZE];107 if (mp + plen >= message + PROMPT_SIZE) in ap_estr()125 if (mp + 1 >= message + PROMPT_SIZE) in ap_char()