Searched refs:_rl_output_meta_chars (Results 1 – 6 of 6) sorted by relevance
162 _rl_output_meta_chars = 1; in _rl_init_eightbit()184 _rl_output_meta_chars = 1; in _rl_init_eightbit()
533 extern int _rl_output_meta_chars;
1035 if (META_CHAR (c) && _rl_output_meta_chars == 0) /* XXX - clean up */ in rl_redisplay()1040 if (_rl_output_meta_chars == 0) in rl_redisplay()2870 if (META_CHAR (c) && (_rl_output_meta_chars == 0)) in rl_show_char()2901 return ((_rl_output_meta_chars == 0) ? 4 : 1); in rl_character_len()
302 int _rl_output_meta_chars = 0; variable
1828 { "output-meta", &_rl_output_meta_chars, 0 },