Home
last modified time | relevance | path

Searched refs:UNMETA (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/gpl2/texinfo/dist/info/
H A Dinfokey.h111 #define UNMETA(c) ((c) & ~0x80) macro
H A Dinfomap.c1611 unsigned char c = ISMETA(*s) ? UNMETA(*s) : *s; in decode_keys()
/netbsd-src/external/gpl3/gdb/dist/readline/readline/
H A Dbind.c152 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()
H A Dchardefs.h66 #define UNMETA(c) ((c) & (~meta_character_bit)) macro
H A Dmisc.c151 c = UNMETA (c); in _rl_arg_dispatch()
H A Dreadline.c860 key = UNMETA (key); in _rl_dispatch_subseq()
H A Dvi_mode.c1094 c = UNMETA (c); in _rl_vi_arg_dispatch()
H A Ddisplay.c2874 c = UNMETA (c); in rl_show_char()
/netbsd-src/external/gpl3/gdb.old/dist/readline/readline/
H A Dchardefs.h66 #define UNMETA(c) ((c) & (~meta_character_bit)) macro
/netbsd-src/external/gpl2/texinfo/dist/makeinfo/
H A Dmakeinfo.h256 #define UNMETA(c) ((c) & (~meta_character_bit)) macro
H A Dmakeinfo.c2937 int temp = UNMETA (output_paragraph[i]); in flush_output()
/netbsd-src/external/gpl2/texinfo/dist/
H A DChangeLog.465681 (flush_output): Don't UNMETA for HTML.