complete_display
complete_display(list, 0);
complete_display(list, 0);
complete_display(g.gl_pathv, pwdlen);
free(pr->complete_display);
pr->complete_display = NULL;
pr->complete_display = display;
if (pr->complete_display == NULL)
ud = utf8_fromcstr(pr->complete_display);
if (pr->complete_display != NULL &&
width = utf8_cstrwidth(pr->complete_display);
if (pr->complete_display == NULL || pr->complete_size == 0)
width = utf8_cstrwidth(pr->complete_display);
char *complete_display;