Home
last modified time | relevance | path

Searched defs:control_character_threshold (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/usr.bin/texinfo/info/
H A Dinfomap.h35 #define control_character_threshold (SPC) macro
/openbsd-src/lib/libedit/readline/
H A Dreadline.h74 #define control_character_threshold 0x20 macro
/openbsd-src/gnu/lib/libreadline/
H A Dchardefs.h54 #define control_character_threshold 0x020 /* Smaller than this is control. */ macro