Home
last modified time | relevance | path

Searched refs:flabel (Results 1 – 1 of 1) sorted by relevance

/freebsd/lib/libdpv/
H A Ddprompt.c399 char flabel[FLABEL_MAX + 1]; in dprompt_add_files() local
489 if (snprintf(flabel, flabel_size + 1, "%s", name) > in dprompt_add_files()
490 flabel_size) sprintf(flabel + flabel_size - 3, "..."); in dprompt_add_files()
501 cp = flabel + strlen(flabel); in dprompt_add_files()
502 if (cp < (flabel + flabel_size)) in dprompt_add_files()
504 (cp - flabel) + 1, "..."); in dprompt_add_files()
508 flabel_size, flabel, use_color ? "\\Zn" : "", in dprompt_add_files()
512 flabel, use_color ? "\\Zn" : "", " "); in dprompt_add_files()