Searched refs:_rl_convert_meta_chars_to_ascii (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.1-release/contrib/libreadline/
H A Dnls.c122 _rl_convert_meta_chars_to_ascii = 0;
144 _rl_convert_meta_chars_to_ascii = 0;
H A Dbind.c120 if (META_CHAR (key) && _rl_convert_meta_chars_to_ascii)
378 if (META_CHAR (ic) && _rl_convert_meta_chars_to_ascii)
470 if (_rl_convert_meta_chars_to_ascii && _rl_keymap[ESC].type == ISKMAP)
704 if (META_CHAR (ic) && _rl_convert_meta_chars_to_ascii)
1418 { "convert-meta", &_rl_convert_meta_chars_to_ascii, 0 },
1985 if (_rl_convert_meta_chars_to_ascii && map[ESC].type == ISKMAP)
H A Drlprivate.h383 extern int _rl_convert_meta_chars_to_ascii;
H A Dreadline.c263 int _rl_convert_meta_chars_to_ascii = 1; variable
708 if (META_CHAR (key) && _rl_convert_meta_chars_to_ascii)

Completed in 116 milliseconds