Searched refs:IS_CONTROL_CHAR (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/less/
H A Dcharset.c110 #define IS_CONTROL_CHAR 02 macro
151 v = IS_CONTROL_CHAR;
154 v = IS_BINARY_CHAR|IS_CONTROL_CHAR;
242 chardef[c] = IS_CONTROL_CHAR;
244 chardef[c] = IS_BINARY_CHAR|IS_CONTROL_CHAR;
411 return (chardef[c] & IS_CONTROL_CHAR);

Completed in 57 milliseconds