/freebsd/contrib/ncurses/misc/ |
H A D | run_tic.in | 109 TERMINFO="${DESTDIR}$ticdir" ; export TERMINFO 113 TICDIR=`echo "$TERMINFO" | sed -e 's%/share/\([^/]*\)$%/lib/\1%'` 117 PARENT=`echo "$TERMINFO" | sed -e 's%/[^/]*$%%'` 127 if test -d "$TERMINFO" 129 ( cd "$TERMINFO" && rm -fr ./? 2>/dev/null ) 130 elif test -f "$TERMINFO.db" 132 ( rm -f "$TERMINFO.db" 2>/dev/null ) 137 Running $TIC_PATH to install $TERMINFO ... 148 if ( $TIC_PATH -x -s -o "$TERMINFO" $source ) 150 echo "** built new $TERMINFO" [all …]
|
H A D | Makefile.in | 67 ticdir = @TERMINFO@
|
H A D | ncurses-config.in | 316 --terminfo echos the \$TERMINFO terminfo database path
|
H A D | terminfo.src | 7290 # tmux extensions, see TERMINFO EXTENSIONS in tmux(1) 7327 # Tmux unofficial extensions, see TERMINFO EXTENSIONS in tmux(1) 11326 # FEATURES NOT YET DESCRIBED IN THIS TERMINFO 13287 #TITLE: TERMINFO ENTRY WY520 14963 #### ------------------ TERMINFO FILE CAN BE SPLIT HERE ---------------------
|
/freebsd/contrib/ncurses/progs/ |
H A D | capconvert | 45 if test -n "$TERMINFO" 50 if test ! -d "$TERMINFO" ; then 58 for p in $TERMINFO \ 156 TERMINFO="$HOME/.terminfo"; export TERMINFO
|
/freebsd/contrib/ncurses/ncurses/tinfo/ |
H A D | MKfallback.sh | 66 TERMINFO=`pwd`/$tmp_info 67 export TERMINFO 69 TERMINFO_DIRS=$TERMINFO:$terminfo_dir
|
H A D | db_iterator.c | 233 return TicDirectory ? TicDirectory : TERMINFO; in _nc_tic_dir() 318 #ifdef TERMINFO in _nc_first_db() 319 values[dbdCfgOnce] = TERMINFO; in _nc_first_db() 385 #ifdef TERMINFO in _nc_first_db() 387 char *my_copy = strdup(TERMINFO); in _nc_first_db()
|
/freebsd/contrib/ncurses/include/ |
H A D | tic.h | 258 #ifndef TERMINFO 259 #define TERMINFO "/usr/share/terminfo" macro
|
H A D | ncurses_defs | 253 TERMINFO "none"
|
H A D | Caps-ncurses | 35 # TERMINFO EXTENSION CAPABILITIES
|
H A D | Caps.uwin | 84 # HANDLING TERMCAP AND TERMINFO EXTENSIONS 829 # TERMINFO EXTENSION CAPABILITIES
|
H A D | Caps.hpux11 | 84 # HANDLING TERMCAP AND TERMINFO EXTENSIONS 1033 # TERMINFO EXTENSION CAPABILITIES
|
H A D | Caps | 84 # HANDLING TERMCAP AND TERMINFO EXTENSIONS 1017 # TERMINFO EXTENSION CAPABILITIES
|
H A D | Caps.osf1r5 | 84 # HANDLING TERMCAP AND TERMINFO EXTENSIONS 1024 # TERMINFO EXTENSION CAPABILITIES
|
H A D | Caps.keys | 86 # HANDLING TERMCAP AND TERMINFO EXTENSIONS 1108 # TERMINFO EXTENSION CAPABILITIES
|
H A D | Caps.aix4 | 84 # HANDLING TERMCAP AND TERMINFO EXTENSIONS 1119 # TERMINFO EXTENSION CAPABILITIES
|
/freebsd/contrib/ncurses/ncurses/ |
H A D | Makefile.in | 162 TERMINFO = @TERMINFO@ 245 …$(SHELL) -e $(tinfo)/MKfallback.sh $(TERMINFO) $(TERMINFO_SRC) "$(TIC_PATH)" "$(INFOCMP_PATH)" $(F…
|
/freebsd/contrib/ncurses/ |
H A D | Makefile.in | 56 ticdir = @TERMINFO@
|
H A D | configure.in | 725 TERMINFO="${datadir}/terminfo" 738 case "x$TERMINFO" in 740 AC_MSG_WARN(ignoring non-directory/file TERMINFO value) 741 unset TERMINFO 748 TERMINFO, 751 AC_MSG_RESULT($TERMINFO) 752 AC_DEFINE_UNQUOTED(TERMINFO,"$TERMINFO",[Define to set the default terminal database path]) definition 756 AC_SUBST(TERMINFO) subst 2584 TERMINFO="$TERMINFO"
|
H A D | ANNOUNCE | 184 + disallow using $TERMINFO or $HOME/.terminfo when "-o" option 339 application. These are (for example $TERMINFO) those that allow 505 generalizes the feature provided by TERMINFO under stock System
|
H A D | INSTALL | 104 for some absolute pathnames such as TERMINFO. Instead do this 195 environment variable $TERMINFO to point to a SVr4-compatible terminfo 487 $TERMINFO) those that allow the search path for the terminfo or termcap 510 are (for example $TERMINFO) those that allow the search path for the 1028 hashed database. To do this, infocmp determines whether the $TERMINFO 2365 $TERMINFO \ 2386 $TERMINFO \
|
H A D | configure | 15191 TERMINFO="$TERMINFO" 15246 s,@TERMINFO@,\${TERMINFO:="no default value"},g 29845 TERMINFO="$TERMINFO" 30137 s,@TERMINFO@,$TERMINFO,;t t
|
H A D | aclocal.m4 | 6006 TERMINFO="$TERMINFO" 6061 s,@TERMINFO@,\${TERMINFO:="no default value"},g
|
H A D | NEWS | 343 + disallow using $TERMINFO or $HOME/.terminfo when tic "-o" option is 2164 + ignore the hex/b64 $TERMINFO in toe's listing. 2166 a hex/b64 $TERMINFO, and the $TERM does not match, fall-through to 2180 + ignore $TERMINFO as a default value in configure script if it came 5050 + fix evaluation of TERMINFO and TERMINFO_DIRS default values as needed 11088 disregard $TERMINFO and similar environment variables if the current 11092 $TERMINFO variable for installs. 12476 Otherwise, a relative path in $TERMINFO would confuse tic (prompted
|
/freebsd/lib/ncurses/tinfo/ |
H A D | ncurses_cfg.h | 78 #define TERMINFO "/usr/share/terminfo" macro
|