tty_insert_flip_string_fixed_flag
count = tty_insert_flip_string_fixed_flag(port, receive_data->data,
tty_insert_flip_string_fixed_flag(&port->port, data, tty_flag,
tty_insert_flip_string_fixed_flag(&port->port, data, tty_flag,
tty_insert_flip_string_fixed_flag(&port->port, data + i,
tty_insert_flip_string_fixed_flag(&port->port, data,
tty_insert_flip_string_fixed_flag(&port->port, &data[1],
tty_insert_flip_string_fixed_flag(&port->port, buf + 2, flag,
tty_insert_flip_string_fixed_flag(&port->port, data, tty_flag,
tty_insert_flip_string_fixed_flag(&port->port, ch, flag, len);
return tty_insert_flip_string_fixed_flag(port, chars, TTY_NORMAL, size);