Home
last modified time | relevance | path

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

/freebsd-head/usr.bin/less/
HDdefines.h206 #define PROMPT_SIZE 200 /* Max size of prompt string */
216 #define PROMPT_SIZE 2048 /* Max size of prompt string */ macro
/freebsd-head/contrib/less/
HDprompt.c65 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()