OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:terminfo
(Results
1 - 25
of
42
) sorted by null
1
2
/external/grub/docs/
grub-terminfo.8
2
.TH GRUB-
TERMINFO
"8" "May 2005" "grub-
terminfo
(GNU GRUB 0.97)" FSF
4
grub-
terminfo
\- Generate a
terminfo
command from a
terminfo
name
6
.B grub-
terminfo
9
Generate a
terminfo
command from a
terminfo
name.
20
.B grub-
terminfo
24
.B grub-
terminfo
[
all
...]
Makefile.am
5
man_MANS = grub.8 mbchk.1 grub-install.8 grub-md5-crypt.8 grub-
terminfo
.8
60
$(srcdir)/grub-
terminfo
.8: ../util/grub-
terminfo
$(srcdir)/$(HELP2MAN)
63
--name="Generate a
terminfo
command from a
terminfo
name" \
Makefile.in
208
man_MANS = grub.8 mbchk.1 grub-install.8 grub-md5-crypt.8 grub-
terminfo
.8
763
@MAINTAINER_MODE_TRUE@$(srcdir)/grub-
terminfo
.8: ../util/grub-
terminfo
$(srcdir)/$(HELP2MAN)
766
@MAINTAINER_MODE_TRUE@ --name="Generate a
terminfo
command from a
terminfo
name" \
/external/grub/stage2/
terminfo.h
0
/*
terminfo
.h - read a
terminfo
entry from the command line */
26
typedef struct
terminfo
struct
34
terminfo
;
typedef in typeref:struct:terminfo
44
void ti_set_term (const struct
terminfo
*new);
45
void ti_get_term (struct
terminfo
*copy);
terminfo.c
0
/*
terminfo
.c - read a
terminfo
entry from the command line */
29
#include "
terminfo
.h"
34
struct
terminfo
term =
248
ti_set_term (const struct
terminfo
*new)
250
grub_memmove (&term, new, sizeof (struct
terminfo
));
255
ti_get_term(struct
terminfo
*copy)
257
grub_memmove (copy, &term, sizeof (struct
terminfo
));
tparm.h
1
/* tparm.h - parameter formatting of
terminfo
*/
Makefile.am
10
terminfo
.h tparm.h nbi.h ufs2.h vstafs.h xfs.h
22
terminfo
.c tparm.c
93
hercules.c md5.c serial.c smp-imps.c stage2.c
terminfo
.c tparm.c
Makefile.in
102
libgrub_a-stage2.$(OBJEXT) libgrub_a-
terminfo
.$(OBJEXT) \
128
diskless_exec-
terminfo
.$(OBJEXT) diskless_exec-tparm.$(OBJEXT)
219
pre_stage2_exec-
terminfo
.$(OBJEXT) \
438
terminfo
.h tparm.h nbi.h ufs2.h vstafs.h xfs.h
451
terminfo
.c tparm.c
493
hercules.c md5.c serial.c smp-imps.c stage2.c
terminfo
.c tparm.c
775
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/diskless_exec-
terminfo
.Po@am__quote@
[
all
...]
serial.c
26
#include <
terminfo
.h>
/external/grub/util/
grub-terminfo
2
# Generate a
terminfo
command from a
terminfo
name.
24
Usage: grub-
terminfo
TERMNAME
25
Generate a
terminfo
command from a
terminfo
name.
35
echo "grub-
terminfo
: error: $1" 1>&2
46
echo "grub-
terminfo
(GNU GRUB ${VERSION})"
54
error "More than one
terminfo
names?"
94
echo "
terminfo
--name=$termname" $cursor_address $clear_screen \
grub-terminfo.in
2
# Generate a
terminfo
command from a
terminfo
name.
24
Usage: grub-
terminfo
TERMNAME
25
Generate a
terminfo
command from a
terminfo
name.
35
echo "grub-
terminfo
: error: $1" 1>&2
46
echo "grub-
terminfo
(GNU GRUB ${VERSION})"
54
error "More than one
terminfo
names?"
94
echo "
terminfo
--name=$termname" $cursor_address $clear_screen \
Makefile.am
2
sbin_SCRIPTS = grub-install grub-md5-crypt grub-
terminfo
\
Makefile.in
47
$(srcdir)/grub-
terminfo
.in
56
grub-
terminfo
grub-set-default
186
sbin_SCRIPTS = grub-install grub-md5-crypt grub-
terminfo
\
235
grub-
terminfo
: $(top_builddir)/config.status $(srcdir)/grub-
terminfo
.in
/external/e2fsprogs/ext2ed/
README
105
2. ncurses uses its own
terminfo
database rather then the termcap file.
106
It is important that the
terminfo
database will be found by ncurses.
109
the
terminfo
database.
115
l/linux to c/console in the
terminfo
database.
118
for the
terminfo
database on /usr/local/lib/
terminfo
. If you are
119
using it, and your 1.9.4 compatible
terminfo
database is not on the
120
directory above, use the
TERMINFO
environment variable to specify
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
tic.h
37
* tic.h - Global variables and structures for the
terminfo
51
** The format of compiled
terminfo
files is as follows:
71
** matters.
Terminfo
format is a raw byte layout, not a structure
109
#define PRIVATE_INFO "%s/.
terminfo
" /* plug getenv("HOME") into %s */
230
/* this is a documented limitation of
terminfo
*/
233
#ifndef
TERMINFO
234
#define
TERMINFO
"/usr/share/
terminfo
"
term.h
664
* Predefined
terminfo
array sizes
[
all
...]
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libcurses.so
libncurses.so
libncurses.so.5
libncurses.so.5.6
libtermcap.so
libtic.so
libtic.so.5
libtic.so.5.6
/external/grub/
Android.mk
81
stage2/
terminfo
.c \
Completed in 227 milliseconds
1
2