Lines Matching refs:pty
1502 memcpy(pss->args.pty.term, pss->name, in lws_ssh_parse_plaintext()
1503 sizeof(pss->args.pty.term) - 1); in lws_ssh_parse_plaintext()
1507 pss->args.pty.width_ch = pss->len; in lws_ssh_parse_plaintext()
1511 pss->args.pty.height_ch = pss->len; in lws_ssh_parse_plaintext()
1515 pss->args.pty.width_px = pss->len; in lws_ssh_parse_plaintext()
1519 pss->args.pty.height_px = pss->len; in lws_ssh_parse_plaintext()
1524 pss->args.pty.modes = (char *)pss->last_alloc; in lws_ssh_parse_plaintext()
1526 pss->args.pty.modes_len = pss->npos; in lws_ssh_parse_plaintext()
1530 &pss->args.pty); in lws_ssh_parse_plaintext()
1531 ssh_free_set_NULL(pss->args.pty.modes); in lws_ssh_parse_plaintext()
1650 pss->args.pty.width_ch = pss->len; in lws_ssh_parse_plaintext()
1654 pss->args.pty.height_ch = pss->len; in lws_ssh_parse_plaintext()
1658 pss->args.pty.width_px = pss->len; in lws_ssh_parse_plaintext()
1662 pss->args.pty.height_px = pss->len; in lws_ssh_parse_plaintext()
1663 pss->args.pty.term[0] = 0; in lws_ssh_parse_plaintext()
1664 pss->args.pty.modes = NULL; in lws_ssh_parse_plaintext()
1665 pss->args.pty.modes_len = 0; in lws_ssh_parse_plaintext()
1669 &pss->args.pty); in lws_ssh_parse_plaintext()