HomeSort by relevance Sort by last modified time
    Searched refs:TERMINFO (Results 1 - 9 of 9) sorted by null

  /onnv/onnv-gate/usr/src/cmd/lp/lib/lp/
isterminfo.c 48 * that a type names a valid entry in the Terminfo database.
60 * under the sun. Since Terminfo is limited, the hit cache is effectively
65 * Another reason for NOT caching is to pick up changes in the Terminfo
66 * database. The "terminfo" type is not likely to be an oft used feature,
104 ** isterminfo() - SEE IF TYPE IS IN TERMINFO DATABASE
140 #if defined(TERMINFO)
141 || _isterminfo(type, TERMINFO)
200 * If we can't open the TERMINFO file because we
tidbit.c 142 * tidbit() - TERMINFO DATABASE LOOKUP
185 * ENOENT can't open Terminfo file for terminal type
186 * EBADF Terminfo file is corrupted
246 register char *terminfo; local
262 if ((terminfo = getenv("TERMINFO")) && *terminfo)
263 tfd = open_terminfo_file(terminfo, term);
264 #if defined(TERMINFO)
266 tfd = open_terminfo_file(TERMINFO, term)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/lp/terminfo/
Makefile 24 # cmd/lp/terminfo/Makefile
29 ROOTTERMINFO = $(ROOT)/usr/share/lib/terminfo
38 TMPSRC = terminfo.src
59 TERMINFO=$(ROOTTERMINFO) 2>&1 $(TIC) -v $(TMPSRC) > errs
  /onnv/onnv-gate/usr/src/cmd/terminfo/
Makefile 25 PROG= terminfo
52 ROOTTERMDIR = $(ROOTSHARELIBDIR)/terminfo
79 TERMINFO=$(ROOTTERMDIR) 2>&1 $(TIC) -v $(PROG).src > errs
81 @-( 2>/dev/null cat errs|grep -iv "^mkdir"|grep -iv "^create"|grep -iv "^link"|grep -vi terminfo.src|grep -vi touch|grep -vi "working"; \
  /onnv/onnv-gate/usr/src/cmd/lp/model/
standard 89 : ${TERMINFO:=/usr/lib/terminfo}
184 # to "tput"; and (2) it can access the new Terminfo
266 # Terminfo capability, like "lines". If it works with that it may
494 # TERM The printer type (used for Terminfo access)
516 # (obtained from Terminfo) or the baud rate is used to compute
tsol_standard 89 : ${TERMINFO:=/usr/lib/terminfo}
196 # to "tput"; and (2) it can access the new Terminfo
278 # Terminfo capability, like "lines". If it works with that it may
511 # TERM The printer type (used for Terminfo access)
533 # (obtained from Terminfo) or the baud rate is used to compute
tsol_standard_foomatic 91 : ${TERMINFO:=/usr/lib/terminfo}
198 # to "tput"; and (2) it can access the new Terminfo
280 # Terminfo capability, like "lines". If it works with that it may
526 # TERM The printer type (used for Terminfo access)
551 # (obtained from Terminfo) or the baud rate is used to compute
  /onnv/onnv-gate/usr/src/cmd/lp/include/
lp.h 81 #define TERMINFO "/usr/share/lib/terminfo"
175 #define NAME_TERMINFO "terminfo"
488 * Terminfo Database Inquiry Tool
  /onnv/onnv-gate/usr/src/cmd/ls/
ls.c 76 #define TERMINFO
81 * the use of terminfo. This should be done on systems not having
82 * the terminfo feature(pre 6.0 systems ?).
87 #undef TERMINFO
994 #ifdef TERMINFO
    [all...]

Completed in 3959 milliseconds