Home | History | Annotate | Download | only in src

Lines Matching refs:Char

46 	const Char	*name;	/* name of the key			*/
53 const char *t_name; /* the terminal name */
65 char *t_buf; /* Termcap buffer */
67 char **t_str; /* termcap strings */
69 char *t_cap; /* Termcap buffer */
86 extern int tgetent(char *, const char *);
87 extern int tgetflag(char *);
88 extern int tgetnum(char *);
89 extern int tputs(const char *, int, int (*)(int));
90 extern char* tgoto(const char*, int, int);
91 extern char* tgetstr(char*, char**);
97 protected void terminal_overwrite(EditLine *, const Char *, size_t);
98 protected void terminal_insertwrite(EditLine *, Char *, int);
106 protected void terminal_print_arrow(EditLine *, const Char *);
107 protected int terminal_clear_arrow(EditLine *, const Char *);
108 protected int terminal_set_arrow(EditLine *, const Char *, keymacro_value_t *, int);
110 protected void terminal_get(EditLine *, const char **);
111 protected int terminal_set(EditLine *, const char *);
112 protected int terminal_settc(EditLine *, int, const Char **);
113 protected int terminal_gettc(EditLine *, int, char **);
114 protected int terminal_telltc(EditLine *, int, const Char **);
115 protected int terminal_echotc(EditLine *, int, const Char **);