Home
last modified time | relevance | path

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

/freebsd/usr.bin/less/
H A Ddefines.h221 #define PROMPT_SIZE 200 /* Max size of prompt string */
232 #define PROMPT_SIZE 2048 /* Max size of prompt string */ macro
/freebsd/contrib/less/
H A Dprompt.c66 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()