Home
last modified time | relevance | path

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

/trueos/usr.bin/less/
HDdefines.h192 #define PROMPT_SIZE 200 /* Max size of prompt string */
202 #define PROMPT_SIZE 2048 /* Max size of prompt string */ macro
/trueos/contrib/less/
HDprompt.c62 static char message[PROMPT_SIZE];
89 if (mp + len >= message + PROMPT_SIZE)
90 len = message + PROMPT_SIZE - mp - 1;