Searched refs:RDLINE_PROMPT_SIZE (Results 1 – 4 of 4) sorted by relevance
43 #define RDLINE_PROMPT_SIZE 32 macro71 char prompt[RDLINE_PROMPT_SIZE];
30 char prompt[RDLINE_PROMPT_SIZE];
37 char prompt[RDLINE_PROMPT_SIZE];
66 rdl->prompt_size = strnlen(prompt, RDLINE_PROMPT_SIZE-1); in rdline_newline()69 rdl->prompt[RDLINE_PROMPT_SIZE-1] = '\0'; in rdline_newline()