Home
last modified time | relevance | path

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

/netbsd/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Dquote.py36 CONTROL_CHAR = 1 variable
/netbsd/distrib/utils/more/
H A Dless.h46 #define CONTROL_CHAR(c) (iscntrl((unsigned char)c)) macro