label.c | 2078 space_prompt[1024], *head, *hint_part, *hint_space, *tail; local in function:getpartoff 2124 space_prompt[0] = 0; 2136 strlcat(space_prompt, str_tag, sizeof(space_prompt)); 2137 size_t len = strlcat(space_prompt, line, sizeof(space_prompt)); 2139 if (len >= sizeof space_prompt) 2159 head, hint_part, hint_space, space_prompt, tail); 2165 head, hint_space, space_prompt, tail);
|