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

/netbsd-6-1-5-RELEASE/gnu/dist/texinfo/info/
H A Dinfokey.h111 #define UNMETA(c) ((c) & ~0x80) macro
H A Dinfomap.c1611 unsigned char c = ISMETA(*s) ? UNMETA(*s) : *s;
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/readline/
H A Dchardefs.h67 #define UNMETA(c) ((c) & (~meta_character_bit)) macro
H A Dmisc.c153 c = UNMETA (c);
H A Dbind.c127 key = UNMETA (key);
377 ic = UNMETA (ic);
566 c = UNMETA (c);
614 c = UNMETA (c);
694 ic = UNMETA (ic);
H A Dreadline.c691 key = UNMETA (key);
H A Dvi_mode.c958 c = UNMETA (c);
H A Ddisplay.c1824 c = UNMETA (c);
/netbsd-6-1-5-RELEASE/gnu/dist/texinfo/makeinfo/
H A Dmakeinfo.h261 #define UNMETA(c) ((c) & (~meta_character_bit))
256 #define UNMETA macro
H A Dmakeinfo.c2950 int temp = UNMETA (output_paragraph[i]);

Completed in 84 milliseconds