label.c | 2078 space_prompt[1024], *head, *hint_part, *hint_space, *tail; local in function:getpartoff 2145 hint_space = NULL; 2152 hint_space = str_arg_subst(msg_string( 2157 if (hint_part && hint_space) 2159 head, hint_part, hint_space, space_prompt, tail); 2163 else if (hint_space) 2165 head, hint_space, space_prompt, tail); 2169 free(head); free(hint_part); free(hint_space); free(tail);
|