Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/texinfo/info/
H A Dinfokey.h109 #define UNMETA(c) ((c) & ~0x80) macro
H A Dinfomap.c1609 unsigned char c = ISMETA(*s) ? UNMETA(*s) : *s; in decode_keys()
/openbsd/gnu/lib/libreadline/
H A Dchardefs.h67 #define UNMETA(c) ((c) & (~meta_character_bit)) macro
H A Dbind.c119 key = UNMETA (key);
286 ic = UNMETA (ic);
468 c = UNMETA (c);
516 c = UNMETA (c);
596 ic = UNMETA (ic);
H A Dmisc.c130 c = UNMETA (c); in rl_digit_loop()
H A Dreadline.c549 key = UNMETA (key);
H A Dvi_mode.c926 c = UNMETA (c); in rl_digit_loop1()
H A Ddisplay.c1657 c = UNMETA (c);
/openbsd/gnu/usr.bin/texinfo/makeinfo/
H A Dmakeinfo.h250 #define UNMETA(c) ((c) & (~meta_character_bit)) macro
H A Dmakeinfo.c2937 int temp = UNMETA (output_paragraph[i]); in flush_output()
/openbsd/gnu/usr.bin/texinfo/
H A DChangeLog.465681 (flush_output): Don't UNMETA for HTML.