Searched refs:termname (Results 1 - 2 of 2) sorted by relevance

/external/grub/util/
H A Dgrub-terminfo38 termname=
53 if test "x$termname" != x; then
58 termname="$option" ;;
62 if test "x$termname" = x; then
63 error "termname not specified"
69 infocmp -L -1 -g $termname | sed -n -e "/$1/s/^[^=]*=\\(.*\\),\$/\\1/p"
94 echo "terminfo --name=$termname" $cursor_address $clear_screen \
H A Dgrub-terminfo.in38 termname=
53 if test "x$termname" != x; then
58 termname="$option" ;;
62 if test "x$termname" = x; then
63 error "termname not specified"
69 infocmp -L -1 -g $termname | sed -n -e "/$1/s/^[^=]*=\\(.*\\),\$/\\1/p"
94 echo "terminfo --name=$termname" $cursor_address $clear_screen \

Completed in 43 milliseconds