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