HomeSort by: relevance | last modified time | path
    Searched refs:terminfo (Results 1 - 25 of 29) sorted by relevancy

1 2

  /src/share/terminfo/
Makefile 4 CLEANFILES= terminfo.cdb
5 realall: terminfo.cdb
6 FILES=terminfo.cdb terminfo
9 terminfo.cdb: terminfo ${TOOL_TIC}
11 ${TOOL_TIC} -ax -o ${.TARGET} "${.CURDIR}/terminfo"
import 4 # Simple shell script to import the newest version of terminfo
9 terminfo-[0-9]*.src)
20 TMP=$(mktemp -d /tmp/import-terminfo)
23 cp "$1" "${TMP}/terminfo"
25 cleantags terminfo
27 -m "Import $1" src/share/terminfo "${vendor}" "${tag}"
  /src/external/bsd/less/dist/lesstest/
term.c 8 TermInfo terminfo; variable
96 // Initialize the terminfo struct with info about the terminal $TERM.
107 setup_mode("so", "se", &terminfo.enter_standout, &terminfo.exit_standout, &sp);
108 setup_mode("us", "ue", &terminfo.enter_underline, &terminfo.exit_underline, &sp);
109 setup_mode("md", "me", &terminfo.enter_bold, &terminfo.exit_bold, &sp);
110 setup_mode("mb", "me", &terminfo.enter_blink, &terminfo.exit_blink, &sp)
    [all...]
display.c 4 extern TermInfo terminfo;
14 printf("%s", terminfo.enter_underline);
16 printf("%s", terminfo.enter_bold);
18 printf("%s", terminfo.enter_blink);
20 printf("%s", terminfo.enter_standout);
86 printf("%s", tgoto(terminfo.cursor_move, cursor_x, cursor_y));
env.c 3 extern TermInfo terminfo;
101 { "LESS_TERMCAP_kr", terminfo.key_right },
102 { "LESS_TERMCAP_kl", terminfo.key_left },
103 { "LESS_TERMCAP_ku", terminfo.key_up },
104 { "LESS_TERMCAP_kd", terminfo.key_down },
105 { "LESS_TERMCAP_kh", terminfo.key_home },
106 { "LESS_TERMCAP_@7", terminfo.key_end },
run.c 13 extern TermInfo terminfo;
74 printf("%s", terminfo.clear_screen);
115 printf("%s%s", terminfo.init_term, terminfo.enter_keypad);
119 if (ch == terminfo.backspace_key)
127 printf("%s%s%s", terminfo.clear_screen, terminfo.exit_keypad, terminfo.deinit_term);
lesstest.c 4 extern TermInfo terminfo;
  /src/lib/libterminfo/
genterms 30 # Generate compiled terminfo descriptions to embed into libterminfo
35 : ${TERMINFO:=${NETBSDSRCDIR}/share/terminfo/terminfo}
38 echo " * Automatically generated from terminfo */"
40 ${TOOL_TIC} -Sx ${TERMINFO} ansi dumb vt100 vt220 wsvt25 xterm
Makefile 7 LIB= terminfo
19 # While here, remove the ability to compile terminfo descriptions
20 # from $TERMINFO as well.
31 MAN= terminfo.3 terminfo.5
32 MLINKS= terminfo.3 setupterm.3 \
33 terminfo.3 set_curterm.3 terminfo.3 del_curterm.3 \
34 terminfo.3 termname.3 terminfo.3 longname.3
    [all...]
genman 30 # Generate variable tables for terminfo.5 from our source files.
36 TERMM=${1:-terminfo.5.in}
  /src/tools/llvm/
Makefile 12 realdepends realall: config/config.status need-dl need-terminfo support-modules
46 need-terminfo: Makefile
47 printf 'int setupterm(char *, int, int *);\nint main(void){return setupterm("", 0, 0);}' > need-terminfo.c
48 for lib in tinfo terminfo ncurses curses; do \
49 if ${HOST_CC} -o need-terminfo.out need-terminfo.c -l$$lib > /dev/null 2>&1; then \
55 CLEANFILES+= need-dl need-dl.c need-dl.out need-terminfo need-terminfo.c need-terminfo.out
  /src/tests/lib/libcurses/
Makefile 11 TEST_TERMINFO= atf.terminfo
12 TERMINFO_DB= terminfo
  /src/share/
Makefile 11 tabset terminfo tmac wscons xml
  /src/crypto/external/bsd/heimdal/lib/libsl/
Makefile 15 terminfo ${NETBSDSRCDIR}/lib/libterminfo \
  /src/external/apache2/llvm/
link.mk 33 LDADD_NEED_TERMINFO= cat ${LLVM_TOOLCONF_OBJDIR}/need-terminfo 2> /dev/null || true
  /src/external/bsd/nvi/dist/cl/
cl_bsd.c 202 /* Terminfo-to-termcap translation table. */
204 const char *terminfo; /* Terminfo name. */ member in struct:_tl
258 * the terminfo(TI_ENV) man page from the 3rd Edition SVID. This assumes the
279 return (strcmp(a, ((const TL *)b)->terminfo));
  /src/games/hack/
Makefile 16 hack.search.c hack.shk.c hack.shknam.c hack.steal.c hack.terminfo.c \
  /src/external/apache2/llvm/dist/llvm/lib/Support/Unix/
Process.inc 322 // headers from various terminfo, curses, or other sources is harder than
342 // Regardless of why, if we can't get terminfo, we shouldn't try to print
349 // with a minimal terminfo parsing library. Also, we don't really care whether
358 // the terminfo says that no colors are supported.
370 // When the terminfo database is not available, check if the current terminal
  /src/lib/libedit/
Makefile 9 LIBDPLIBS+= terminfo ${.CURDIR}/../libterminfo
  /src/external/gpl3/gdb/dist/readline/readline/examples/rlfe/
Makefile.in 80 cd shadow; ln -s ../*.[ch] ../*.in ../*.sh ../configure ../doc ../terminfo ../etc .
  /src/external/gpl3/gdb.old/dist/readline/readline/examples/rlfe/
Makefile.in 80 cd shadow; ln -s ../*.[ch] ../*.in ../*.sh ../configure ../doc ../terminfo ../etc .
  /src/usr.bin/resize/
resize.c 436 termcap[0] = 0; /* ...just in case we've accidentally gotten terminfo */
  /src/lib/libcurses/
Makefile 49 LIBDPLIBS+= terminfo ${.CURDIR}/../libterminfo
  /src/external/bsd/file/dist/magic/
Makefile.am 306 $(MAGIC_FRAGMENT_DIR)/terminfo \
  /src/share/mk/
bsd.prog.mk 185 terminfo \

Completed in 74 milliseconds

1 2