iscntrl
if (*buffer != '\r' && (isprint(*buffer) || iscntrl(*buffer)))
} else if ((page[0] == '0' || page[0] == '1') && !iscntrl(page[1])) {
while ((*cmd != '\0') && !iscntrl(*cmd))
} else if (iscntrl(c)) {
if (iscntrl(c) && L_ECHOCTL(tty)) {
if (!iscntrl(c) || L_ECHOCTL(tty)) {
if (!iscntrl(c)) {
if (!iscntrl(c)) {
if (L_ECHOCTL(tty) && iscntrl(c) && c != '\t')