Searched refs:escape_char (Results 1 - 6 of 6) sorted by relevance

/freebsd-10-stable/crypto/openssh/
H A Dclientloop.c177 int escape_char; member in struct:escape_filter_ctx
1057 print_escape_help(Buffer *b, int escape_char, int protocol2, int mux_client, argument
1064 "Supported escape sequences:\r\n", escape_char);
1076 escape_char, esc_txt[i].cmd, esc_txt[i].text);
1083 "newline.)\r\n", escape_char, escape_char);
1100 int *escape_pendingp, escape_char; local
1105 escape_char = escape_char1;
1111 escape_char = efc->escape_char;
1461 client_new_escape_filter_ctx(int escape_char) argument
[all...]
H A Dreadconf.h83 int escape_char; /* Escape character; -2 = none */ member in struct:__anon510
H A Dssh.c202 " [-D [bind_address:]port] [-E log_file] [-e escape_char]\n"
811 options.escape_char = (u_char) optarg[1] & 31;
813 options.escape_char = (u_char) optarg[0];
815 options.escape_char = SSH_ESCAPECHAR_NONE;
1865 options.escape_char : SSH_ESCAPECHAR_NONE, 0);
2036 options.escape_char : SSH_ESCAPECHAR_NONE, id);
H A Dmux.c312 u_int i, j, len, env_len, escape_char, window, packetmax; local
327 buffer_get_int_ret(&escape_char, m) != 0 ||
459 if (cctx->want_tty && escape_char != 0xffffffff) {
463 client_new_escape_filter_ctx((int)escape_char));
1832 buffer_put_int(&m, options.escape_char == SSH_ESCAPECHAR_NONE ?
1833 0xffffffff : (u_int)options.escape_char);
H A Dreadconf.c1361 intptr = &options->escape_char;
1852 options->escape_char = -1;
2019 if (options->escape_char == -1)
2020 options->escape_char = '~';
2665 if (o->escape_char == SSH_ESCAPECHAR_NONE)
2668 vis(buf, o->escape_char, VIS_WHITE, 0);
/freebsd-10-stable/contrib/groff/src/roff/troff/
H A Dinput.cpp101 static int escape_char = '\\'; variable
170 escape_char = '\\';
173 escape_char = tok.ch();
176 escape_char = '\\';
182 escape_char = 0;
190 saved_escape_char = escape_char;
196 escape_char = saved_escape_char;
957 if (c != escape_char || escape_char <= 0)
962 return escape_char;
[all...]

Completed in 201 milliseconds