Searched refs:isCNTRL (Results 1 – 3 of 3) sorted by relevance
364 # define isCNTRL(c) iscntrl(c) macro376 # define isCNTRL(c) ((c) < ' ' || (c) == 127) macro
3931 if (isCNTRL(value)) in S_regclass()3942 if (!isCNTRL(value)) in S_regclass()5129 if (isCNTRL(c) || c == 255 || !isPRINT(c)) in S_put_byte()
157 iscntrl(c) isCNTRL(c) isCNTRL_uni(u)