Home
last modified time | relevance | path

Searched refs:control_character_threshold (Results 1 – 2 of 2) sorted by relevance

/mirbsd/src/gnu/usr.bin/texinfo/info/
Dinfomap.h35 #define control_character_threshold (SPC) macro
41 #define Control_p(c) ((c) < control_character_threshold)
/mirbsd/src/lib/libedit/readline/
Dreadline.h73 #define control_character_threshold 0x20 macro