Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/less/
HDcharset.c118 #define IS_BINARY_CHAR 01 macro
163 v = IS_BINARY_CHAR|IS_CONTROL_CHAR;
259 chardef[c] = IS_BINARY_CHAR|IS_CONTROL_CHAR; in ilocale()
425 return (chardef[c] & IS_BINARY_CHAR);