Searched refs:fullname (Results 1 – 2 of 2) sorted by relevance
16 fullname="@BUILD_ROOT@/$target"17 redirect="$(test -f "$fullname" && readlink "$fullname" || :)"21 fullname="@BUILD_ROOT@/man/$redirect"25 exec xdg-open "$fullname"
22 fullname="@BUILD_ROOT@/$target"23 redirect="$(sed -n -r '1 s|^\.so man[0-9]/(.*)|\1|p' "$fullname")"27 fullname="@BUILD_ROOT@/man/$redirect"30 exec man "$fullname"