Home
last modified time | relevance | path

Searched defs:meta_character_threshold (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/usr.bin/texinfo/info/
H A Dinfomap.h34 #define meta_character_threshold (DEL + 1) macro
/openbsd-src/gnu/lib/libreadline/
H A Dchardefs.h56 #define meta_character_threshold 0x07f /* Larger than this is Meta. */ macro