Searched refs:UNMETA (Results 1 – 12 of 12) sorted by relevance
111 #define UNMETA(c) ((c) & ~0x80) macro
1611 unsigned char c = ISMETA(*s) ? UNMETA(*s) : *s; in decode_keys()
152 key = UNMETA (key); in rl_bind_key()163 key = UNMETA(key); in rl_bind_key()431 ic = UNMETA (ic); in rl_generic_bind()636 array[l++] = UNMETA (c); in rl_translate_keyseq()697 c = UNMETA (c); in rl_untranslate_keyseq()749 c = UNMETA (c); in _rl_untranslate_macro_value()828 ic = UNMETA (ic); in _rl_function_of_keyseq_internal()
66 #define UNMETA(c) ((c) & (~meta_character_bit)) macro
151 c = UNMETA (c); in _rl_arg_dispatch()
860 key = UNMETA (key); in _rl_dispatch_subseq()
1094 c = UNMETA (c); in _rl_vi_arg_dispatch()
2874 c = UNMETA (c); in rl_show_char()
256 #define UNMETA(c) ((c) & (~meta_character_bit)) macro
2937 int temp = UNMETA (output_paragraph[i]); in flush_output()
5681 (flush_output): Don't UNMETA for HTML.