Searched refs:UNMETA (Results 1 - 10 of 10) sorted by relevance

/freebsd-10.0-release/contrib/texinfo/info/
H A Dinfokey.h109 #define UNMETA(c) ((c) & ~0x80) macro
H A Dinfomap.c1609 unsigned char c = ISMETA(*s) ? UNMETA(*s) : *s;
/freebsd-10.0-release/contrib/libreadline/
H A Dchardefs.h67 #define UNMETA(c) ((c) & (~meta_character_bit)) macro
H A Dmisc.c155 c = UNMETA (c);
H A Dbind.c127 key = UNMETA (key);
380 ic = UNMETA (ic);
578 c = UNMETA (c);
631 c = UNMETA (c);
709 ic = UNMETA (ic);
H A Dreadline.c715 key = UNMETA (key);
H A Dvi_mode.c1002 c = UNMETA (c);
H A Ddisplay.c1926 c = UNMETA (c);
/freebsd-10.0-release/contrib/texinfo/makeinfo/
H A Dmakeinfo.h255 #define UNMETA(c) ((c) & (~meta_character_bit))
250 #define UNMETA macro
H A Dmakeinfo.c2945 int temp = UNMETA (output_paragraph[i]);

Completed in 103 milliseconds