HomeSort by: relevance | last modified time | path
    Searched refs:termtype (Results 1 - 5 of 5) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
stub-termcap.c 27 extern int tgetent (char *buffer, char *termtype);
60 tgetent (char *buffer, char *termtype)
  /src/external/gpl3/gdb/dist/gdb/
stub-termcap.c 27 extern int tgetent (char *buffer, char *termtype);
60 tgetent (char *buffer, char *termtype)
  /src/usr.bin/ul/
ul.c 101 const char *termtype; local
104 termtype = getenv("TERM");
105 if (termtype == NULL || (argv[0][0] == 'c' && !isatty(1)))
106 termtype = "lpr";
112 termtype = optarg;
125 setupterm(termtype, 0, NULL);
  /src/external/bsd/mdocml/dist/
term.h 25 enum termtype { enum
104 enum termtype type; /* Terminal, PS, or PDF. */
term_ps.c 114 static struct termp *pspdf_alloc(const struct manoutput *, enum termtype);
527 pspdf_alloc(const struct manoutput *outopts, enum termtype type)

Completed in 19 milliseconds