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

  /src/lib/libterminfo/
curterm.c 41 TERMINAL *cur_term;
45 * terminal. However, some applications such as telnet want to know this.
60 _ti_setospeed(TERMINAL *term)
79 TERMINAL *
80 set_curterm(TERMINAL *nterm)
82 TERMINAL *oterm;
132 del_curterm(TERMINAL *oterm)
ti.c 39 ti_getflag(const TERMINAL *term, const char *id)
70 ti_getnum(const TERMINAL *term, const char *id)
107 ti_getstr(const TERMINAL *term, const char *id)
term_private.h 63 * 32bit id of the corresponding terminal in the file
137 /* aliases of the terminal, | separated */
139 } TERMINAL;
149 int _ti_getterm(TERMINAL *, const char *, int);
150 void _ti_setospeed(TERMINAL *);
setupterm.c 80 ti_setupterm(TERMINAL **nterm, const char *term, int fildes, int *errret)
98 reterr(-1, "not enough memory to create terminal structure");
110 "%s: terminal not listed in terminfo database",
122 reterrarg(0, "%s: generic terminal", term);
124 reterrarg(1, "%s: hardcopy terminal", term);
153 TERMINAL *nterm;
tputs.c 131 ti_puts(const TERMINAL *term, const char *str, int affcnt,
156 ti_putp(const TERMINAL *term, const char *str)
tparm.c 45 #define BUFINC 128 /* Size to increment the terminal buffer by */
51 static TERMINAL *dumbterm; /* For non thread safe functions */
97 checkbuf(TERMINAL *term, size_t len)
113 ochar(TERMINAL *term, int c)
125 onum(TERMINAL *term, const char *fmt, int num, size_t len)
189 _ti_tiparm(TERMINAL *term, const char *str, int va_type, va_list parms)
204 If not passed a terminal, malloc a dummy one.
205 This means we can preserve buffers and variables per terminal and
554 ti_tiparm(TERMINAL *term, const char *str, ...)
584 ti_tlparm(TERMINAL *term, const char *str, ...
    [all...]
term.c 79 _ti_readterm(TERMINAL *term, const char *cap, size_t caplen, int flags)
239 /* Check terminal name matches. */
243 /* Check terminal aliases match. */
269 _ti_dbgetterm(TERMINAL *term, const char *path, const char *name, int flags)
322 _ti_dbgettermp(TERMINAL *term, const char *path, const char *name, int flags)
350 _ti_findterm(TERMINAL *term, const char *name, int flags)
435 _ti_getterm(TERMINAL *term, const char *name, int flags)
term.h 160 * auto_right_margin: Terminal has automatic margins
162 * can_change: Terminal can re-define existing colour
171 * hard_copy: Hardcopy terminal
176 * hue_light_saturation: Terminal only uses HLS colour notion (Tektronix)
188 * over_strike: Terminal overstrikes on hard-copy terminal
195 * xon_xoff: Terminal uses xon/xoff handshaking
319 * max_attributes: Maximum combined video attributes terminal can display
337 * virtual_terminal: Virtual terminal number
1558 * command_character: Terminal settable cmd character in prototyp
    [all...]
termcap.c 56 static TERMINAL *last = NULL;
  /src/lib/libcurses/
standout.c 80 const TERMINAL *t = win->screen->term;
attributes.c 287 * Get terminal attributes
324 * Get terminal wide attributes
375 const TERMINAL *t;
427 const TERMINAL *t;
479 const TERMINAL *t;
curses_private.h 209 /* this is the encapsulation of the terminal definition, one for
210 * each terminal that curses talks to.
229 short curpair; /* current colour pair set on the terminal */
233 char UPPERCASE; /* Terminal is uppercase only. */
255 TERMINAL *term;
256 int old_mode; /* old cursor visibility state for terminal */
307 extern char __UPPERCASE; /* Terminal is uppercase only. */
309 extern const char *Def_term; /* Default terminal type. */
newwin.c 392 TERMINAL *term = win->screen->term;
  /src/usr.bin/infocmp/
infocmp.c 220 load_ents(TIENT *ents, TERMINAL *t, char type)
431 static TERMINAL *
434 TERMINAL *t;
446 "no terminal definition found in internal database");
449 "no terminal definition found in %s.db", _ti_database);
453 show_missing(TERMINAL *t1, TERMINAL *t2, char type)
495 find_userdef(TERMINAL *term, const char *id)
506 use_terms(TERMINAL *term, size_t nuse, char **uterms)
508 TERMINAL **terms
    [all...]
  /src/usr.sbin/makemandb/
apropos-utils.c 1056 term_fix_seq(TERMINAL *ti, const char *seq)
1075 TERMINAL *ti;
1114 * pre-process the result assuming it will be displayed on a terminal

Completed in 149 milliseconds