HomeSort by: relevance | last modified time | path
    Searched defs:hint_space (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.sbin/sysinst/
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);

Completed in 14 milliseconds