Searched refs:meta_character_threshold (Results 1 – 3 of 3) sorted by relevance
36 #define meta_character_threshold (DEL + 1) macro42 #define Meta_p(c) (((c) > meta_character_threshold))
55 #define meta_character_threshold 0x07f /* Larger than this is Meta. */ macro61 #define META_CHAR(c) ((c) > meta_character_threshold && (c) <= largest_char)