Lines Matching defs:charset
93 struct charset { struct
96 struct charset *next; argument
105 int valid_host_charset; argument
107 /* Pointers to charset-specific functions that depend only on a argument
109 int (*host_char_print_literally) (void *baton,
111 void *host_char_print_literally_baton;
113 int (*target_char_to_control_char) (void *baton,
137 /* TARGET_CHAR is in the `from' charset. argument
1028 set_host_charset (const char *charset) in set_host_charset()
1037 set_target_charset (const char *charset) in set_target_charset()
1050 set_charset_sfunc (char *charset, int from_tty, struct cmd_list_element *c) in set_charset_sfunc()
1062 set_host_charset_sfunc (char *charset, int from_tty, in set_host_charset_sfunc()
1070 set_target_charset_sfunc (char *charset, int from_tty, in set_target_charset_sfunc()