OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TERMNAME
(Results
1 - 2
of
2
) sorted by null
/external/grub/util/
grub-terminfo
24
Usage: grub-terminfo
TERMNAME
38
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 \
grub-terminfo.in
24
Usage: grub-terminfo
TERMNAME
38
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 162 milliseconds