Symbol: escape
crypto/heimdal/appl/telnet/telnet/commands.c
1226
escape = arg[0];
crypto/heimdal/appl/telnet/telnet/commands.c
1227
printf("Escape character is '%s'.\r\n", control(escape));
crypto/heimdal/appl/telnet/telnet/commands.c
1956
printf("Escape character is '%s'.\r\n", control(escape));
crypto/heimdal/appl/telnet/telnet/commands.c
325
NETADD(escape);
crypto/heimdal/appl/telnet/telnet/commands.c
801
{ "escape", "character to escape back to telnet command mode", 0, &escape },
crypto/heimdal/appl/telnet/telnet/commands.c
841
escape = (s && *s) ? special(s) : _POSIX_VDISABLE;
crypto/heimdal/appl/telnet/telnet/commands.c
842
printf("Telnet escape character is '%s'.\r\n", control(escape));
crypto/heimdal/appl/telnet/telnet/externs.h
87
extern cc_t escape; /* Escape to command mode */
crypto/heimdal/appl/telnet/telnet/main.c
216
rlogin = escape = _POSIX_VDISABLE;
crypto/heimdal/appl/telnet/telnet/sys_bsd.c
479
esc = (rlogin != _POSIX_VDISABLE) ? rlogin : escape;
crypto/heimdal/appl/telnet/telnet/telnet.c
155
escape = CONTROL(']');
crypto/heimdal/appl/telnet/telnet/telnet.c
1874
if (sc == escape) {
crypto/heimdal/appl/telnet/telnet/telnet.c
1891
} else if (sc == escape) {
crypto/heimdal/appl/telnet/telnet/telnet.c
1895
if (tcc && strip(*tbp) == escape) {
crypto/heimdal/appl/telnet/telnet/telnet.c
87
cc_t escape;
crypto/openssh/openbsd-compat/fnmatch.c
153
const int escape = !(flags & FNM_NOESCAPE);
crypto/openssh/openbsd-compat/fnmatch.c
179
if (escape && (**pattern == '\\')) {
crypto/openssh/openbsd-compat/fnmatch.c
213
*pattern += (escape && ((*pattern)[2] == '\\')) ? 3 : 2;
crypto/openssh/openbsd-compat/fnmatch.c
264
} else if (escape && (**pattern == '\\') && (*pattern)[1]) {
crypto/openssh/openbsd-compat/fnmatch.c
292
const int escape = !(flags & FNM_NOESCAPE);
crypto/openssh/openbsd-compat/fnmatch.c
312
if (slash && escape && (*pattern == '\\') && (pattern[1] == '/'))
crypto/openssh/openbsd-compat/fnmatch.c
327
else if (escape && (*pattern == '\\') && (pattern[1] == '.'))
crypto/openssh/openbsd-compat/fnmatch.c
356
(escape && (*pattern == '\\') && (pattern[1] == '/'))))
crypto/openssh/openbsd-compat/fnmatch.c
386
(escape && (*matchptr == '\\') &&
crypto/openssh/openbsd-compat/fnmatch.c
426
if (escape && (*matchptr == '\\') &&
crypto/openssh/openbsd-compat/fnmatch.c
446
(*pattern == '/') || (escape &&
crypto/openssh/openbsd-compat/fnmatch.c
481
(escape && (*pattern == '\\') && (pattern[1] == '/')))))
lib/libc/resolv/res_mkupdate.c
768
int escape = 0;
lib/libc/resolv/res_mkupdate.c
782
if (!escape) {
lib/libc/resolv/res_mkupdate.c
783
escape = 1;
lib/libc/resolv/res_mkupdate.c
791
if (!escape) {
lib/libc/resolv/res_mkupdate.c
800
if (escape) {
lib/libc/resolv/res_mkupdate.c
822
escape = 0;
lib/libiconv_modules/HZ/citrus_hz.c
101
#define GL(escape) ((escape)->left)
lib/libiconv_modules/HZ/citrus_hz.c
102
#define GR(escape) ((escape)->right)
lib/libiconv_modules/HZ/citrus_hz.c
103
#define SET(escape) ((escape)->set)
lib/libiconv_modules/HZ/citrus_hz.c
104
#define ESC(escape) ((escape)->ch)
lib/libiconv_modules/HZ/citrus_hz.c
105
#define INIT(escape) (TAILQ_FIRST(SET(escape)))
lib/libiconv_modules/HZ/citrus_hz.c
110
escape_t *escape;
lib/libiconv_modules/HZ/citrus_hz.c
112
TAILQ_FOREACH(escape, set, entry) {
lib/libiconv_modules/HZ/citrus_hz.c
113
if (ESC(escape) == ch)
lib/libiconv_modules/HZ/citrus_hz.c
117
return (escape);
lib/libiconv_modules/HZ/citrus_hz.c
329
candidate = graphic->escape;
lib/libiconv_modules/HZ/citrus_hz.c
336
candidate = graphic->escape;
lib/libiconv_modules/HZ/citrus_hz.c
492
escape_t *escape;
lib/libiconv_modules/HZ/citrus_hz.c
494
while ((escape = TAILQ_FIRST(E0SET(ei))) != NULL) {
lib/libiconv_modules/HZ/citrus_hz.c
495
TAILQ_REMOVE(E0SET(ei), escape, entry);
lib/libiconv_modules/HZ/citrus_hz.c
496
free(GL(escape));
lib/libiconv_modules/HZ/citrus_hz.c
497
free(GR(escape));
lib/libiconv_modules/HZ/citrus_hz.c
498
free(escape);
lib/libiconv_modules/HZ/citrus_hz.c
500
while ((escape = TAILQ_FIRST(E1SET(ei))) != NULL) {
lib/libiconv_modules/HZ/citrus_hz.c
501
TAILQ_REMOVE(E1SET(ei), escape, entry);
lib/libiconv_modules/HZ/citrus_hz.c
502
free(GL(escape));
lib/libiconv_modules/HZ/citrus_hz.c
503
free(GR(escape));
lib/libiconv_modules/HZ/citrus_hz.c
504
free(escape);
lib/libiconv_modules/HZ/citrus_hz.c
511
escape_t *escape;
lib/libiconv_modules/HZ/citrus_hz.c
515
escape = (escape_t *)p[0];
lib/libiconv_modules/HZ/citrus_hz.c
516
if (escape->ch != '\0')
lib/libiconv_modules/HZ/citrus_hz.c
518
escape->ch = *s++;
lib/libiconv_modules/HZ/citrus_hz.c
519
if (escape->ch == ESCAPE_CHAR || *s != '\0')
lib/libiconv_modules/HZ/citrus_hz.c
529
escape_t *escape;
lib/libiconv_modules/HZ/citrus_hz.c
534
escape = (escape_t *)p[0];
lib/libiconv_modules/HZ/citrus_hz.c
540
if (GL(escape) != NULL)
lib/libiconv_modules/HZ/citrus_hz.c
542
GL(escape) = graphic;
lib/libiconv_modules/HZ/citrus_hz.c
544
if (GR(escape) != NULL)
lib/libiconv_modules/HZ/citrus_hz.c
546
GR(escape) = graphic;
lib/libiconv_modules/HZ/citrus_hz.c
552
graphic->escape = escape;
lib/libiconv_modules/HZ/citrus_hz.c
597
escape_t *escape;
lib/libiconv_modules/HZ/citrus_hz.c
601
escape = calloc(1, sizeof(*escape));
lib/libiconv_modules/HZ/citrus_hz.c
602
if (escape == NULL)
lib/libiconv_modules/HZ/citrus_hz.c
605
escape->set = E0SET(ei);
lib/libiconv_modules/HZ/citrus_hz.c
606
TAILQ_INSERT_TAIL(E0SET(ei), escape, entry);
lib/libiconv_modules/HZ/citrus_hz.c
608
escape->set = E1SET(ei);
lib/libiconv_modules/HZ/citrus_hz.c
609
TAILQ_INSERT_TAIL(E1SET(ei), escape, entry);
lib/libiconv_modules/HZ/citrus_hz.c
611
free(escape);
lib/libiconv_modules/HZ/citrus_hz.c
614
p[0] = (void *)escape;
lib/libiconv_modules/HZ/citrus_hz.c
87
escape_t *escape;
lib/libiconv_modules/VIQR/citrus_viqr.c
263
int ch, escape;
lib/libiconv_modules/VIQR/citrus_viqr.c
274
for (escape = 0;;) {
lib/libiconv_modules/VIQR/citrus_viqr.c
287
escape = 1;
lib/libiconv_modules/VIQR/citrus_viqr.c
290
if (escape != 0)
sys/dev/netmap/if_ptnet.c
1796
goto escape;
sys/dev/netmap/if_ptnet.c
1883
escape:
sys/fs/cd9660/cd9660_vfsops.c
294
if (bcmp(sup->escape, "%/@", 3) == 0)
sys/fs/cd9660/cd9660_vfsops.c
296
if (bcmp(sup->escape, "%/C", 3) == 0)
sys/fs/cd9660/cd9660_vfsops.c
298
if (bcmp(sup->escape, "%/E", 3) == 0)
sys/fs/cd9660/iso.h
115
char escape [ISODCL ( 89, 120)];
usr.bin/find/printf.c
171
all = fmt = escape(plan->c_data, &flush, &warned);
usr.bin/hexdump/hexdump.h
95
void escape(char *);
usr.bin/hexdump/parse.c
136
escape(tfu->fmt);
usr.bin/mail/collect.c
127
escape = *cp;
usr.bin/mail/collect.c
129
escape = ESCAPE;
usr.bin/mail/collect.c
173
if (linebuf[0] != escape || value("interactive") == NULL ||
usr.bin/mail/collect.c
186
if (c == escape) {
usr.bin/mail/collect.c
70
int lc, cc, escape, eofcount, fd, c, t;
usr.bin/printf/printf.c
137
escape(fmt, 1, &len); /* backslash interpretation */
usr.bin/printf/printf.c
369
getout = escape(p, 0, &len);
usr.bin/printf/printf.c
73
static int escape(char *, int, size_t *);
usr.bin/tip/tip/tip.c
395
gch = escape();
usr.bin/tip/tip/tip.c
50
static int escape(void);
usr.sbin/bsdinstall/partedit/diskmenu.c
65
conf.text.escape = true;
usr.sbin/dconschat/dconschat.c
1008
dc->escape = KEY_TILDE;
usr.sbin/dconschat/dconschat.c
1020
dc->escape = optarg[0];
usr.sbin/dconschat/dconschat.c
126
char escape;
usr.sbin/dconschat/dconschat.c
771
if (*sp == dc->escape) {
usr.sbin/dconschat/dconschat.c
798
*dp++ = dc->escape;