HomeSort by: relevance | last modified time | path
    Searched defs:terminfo (Results 1 - 6 of 6) sorted by relevancy

  /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"
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"
  /src/lib/libterminfo/
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...]
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...]
  /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
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

Completed in 22 milliseconds