Home
last modified time | relevance | path

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

/dports/sysutils/syslinux/syslinux-6.03/com32/hdt/
H A Dhdt-cli.h90 #define PROMPT_SIZE 32 macro
95 char prompt[PROMPT_SIZE];
/dports/japanese/less/less-382.262.03.01/
H A Dprompt.c67 static char message[PROMPT_SIZE];
94 if (mp + len >= message + PROMPT_SIZE)
95 len = message + PROMPT_SIZE - mp - 1;
H A Ddefines.wn218 #define PROMPT_SIZE 200 /* Max size of prompt string */
H A Ddefines.o9224 #define PROMPT_SIZE 200 /* Max size of prompt string */
H A Ddefines.o2217 #define PROMPT_SIZE 200 /* Max size of prompt string */
H A Ddefines.ds236 #define PROMPT_SIZE 200 /* Max size of prompt string */
H A Ddefines.h.in210 #define PROMPT_SIZE 200 /* Max size of prompt string */ macro
H A Dconfigure.ac592 #define PROMPT_SIZE 200 /* Max size of prompt string */
/dports/sysutils/less/less-551/
H A Dprompt.c62 static char message[PROMPT_SIZE];
89 if (mp + len >= message + PROMPT_SIZE)
90 len = (int) (message + PROMPT_SIZE - mp - 1);
H A Ddefines.o9186 #define PROMPT_SIZE 200 /* Max size of prompt string */
196 #define PROMPT_SIZE 2048 /* Max size of prompt string */
H A Ddefines.wn180 #define PROMPT_SIZE 200 /* Max size of prompt string */
190 #define PROMPT_SIZE 2048 /* Max size of prompt string */
H A Ddefines.o2179 #define PROMPT_SIZE 200 /* Max size of prompt string */
189 #define PROMPT_SIZE 2048 /* Max size of prompt string */
H A Ddefines.ds198 #define PROMPT_SIZE 200 /* Max size of prompt string */
208 #define PROMPT_SIZE 2048 /* Max size of prompt string */
H A Ddefines.h.in195 #define PROMPT_SIZE 200 /* Max size of prompt string */
205 #define PROMPT_SIZE 2048 /* Max size of prompt string */ macro
H A Dconfigure.ac696 #define PROMPT_SIZE 200 /* Max size of prompt string */
706 #define PROMPT_SIZE 2048 /* Max size of prompt string */
/dports/www/vimb/vimb-3.6.0/src/
H A Dmain.h168 #define PROMPT_SIZE 4 macro
169 char prompt[PROMPT_SIZE];/* current prompt ':', 'g;t', '/' including nul */
H A Dmain.c303 strncpy(c->state.prompt, prompt, PROMPT_SIZE - 1); in vb_enter_prompt()
304 c->state.prompt[PROMPT_SIZE - 1] = '\0'; in vb_enter_prompt()