Home
last modified time | relevance | path

Searched refs:escape (Results 1 – 25 of 347) sorted by relevance

12345678910>>...14

/netbsd/src/lib/libc/citrus/modules/
Dcitrus_hz.c89 escape_t *escape; member
100 #define GL(escape) ((escape)->left) argument
101 #define GR(escape) ((escape)->right) argument
102 #define SET(escape) ((escape)->set) argument
103 #define ESC(escape) ((escape)->ch) argument
104 #define INIT(escape) (TAILQ_FIRST(SET(escape))) argument
109 escape_t *escape; in find_escape() local
113 TAILQ_FOREACH(escape, set, entry) { in find_escape()
114 if (ESC(escape) == ch) in find_escape()
118 return escape; in find_escape()
[all …]
Dcitrus_viqr.c300 int ch, escape; in _citrus_VIQR_mbrtowc_priv() local
317 for (escape = 0;;) { in _citrus_VIQR_mbrtowc_priv()
330 escape = 1; in _citrus_VIQR_mbrtowc_priv()
333 if (escape != 0) in _citrus_VIQR_mbrtowc_priv()
/netbsd/src/sys/arch/x68k/dev/
Dite.c1218 if (ip->escape == 0) in ite_putstr()
1226 if (ip->escape == 0) in ite_putstr()
1238 if ((c >= 0x20 && ip->escape != 0) || ip->escape == DCS) {
1240 if (c >= 0x20 && ip->escape != 0) {
1242 switch (ip->escape) {
1253 ip->escape = 0;
1263 ip->escape = 0;
1269 ip->escape = 0;
1275 ip->escape = 0;
1281 ip->escape = 0;
[all …]
/netbsd/src/sys/arch/amiga/dev/
Dite.c1345 if (ip->escape) { in iteputchar()
1346 switch (ip->escape) { in iteputchar()
1355 ip->escape = 0; in iteputchar()
1363 ip->escape = 0; in iteputchar()
1367 ip->escape = 0; in iteputchar()
1371 ip->escape = 0; in iteputchar()
1375 ip->escape = 0; in iteputchar()
1379 ip->escape = 0; in iteputchar()
1383 ip->escape = 0; in iteputchar()
1387 ip->escape = 0; in iteputchar()
[all …]
/netbsd/src/sys/arch/atari/dev/
Dite.c1383 if (sc->escape) in iteputchar()
1385 switch (sc->escape) in iteputchar()
1394 sc->escape = 0; in iteputchar()
1399 sc->escape = 0; in iteputchar()
1404 sc->escape = 0; in iteputchar()
1409 sc->escape = 0; in iteputchar()
1414 sc->escape = 0; in iteputchar()
1419 sc->escape = 0; in iteputchar()
1424 sc->escape = 0; in iteputchar()
1429 sc->escape = 0; in iteputchar()
[all …]
/netbsd/src/external/bsd/openldap/dist/libraries/libldap/
Dfilter.c157 int balance, escape; in find_right_paren() local
160 escape = 0; in find_right_paren()
162 if ( !escape ) { in find_right_paren()
170 escape = ( *s == '\\' && !escape ); in find_right_paren()
335 int parens, balance, escape; in ldap_pvt_put_filter() local
434 escape = 0; in ldap_pvt_put_filter()
438 if ( escape == 0 ) { in ldap_pvt_put_filter()
446 if ( *next == '\\' && ! escape ) { in ldap_pvt_put_filter()
447 escape = 1; in ldap_pvt_put_filter()
449 escape = 0; in ldap_pvt_put_filter()
[all …]
/netbsd/src/sys/arch/x68k/x68k/
Dkgdb_stub.c134 int escape, len; in kgdb_recv() local
138 csum = len = escape = 0; in kgdb_recv()
145 escape = 1; in kgdb_recv()
149 if (escape) in kgdb_recv()
154 if (escape) in kgdb_recv()
159 if (escape) in kgdb_recv()
168 csum = len = escape = 0; in kgdb_recv()
181 escape = 0; in kgdb_recv()
190 escape = 0; in kgdb_recv()
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
Dcharset.exp451 set escape [lindex $escapees $i]
455 -re "= \[0-9-\]+ $L'\\\\${escape}'\[\r\n\]+$gdb_prompt $" {
456 pass "try printing '\\${escape}' in ${target_charset}"
459 xfail "try printing '\\${escape}' in ${target_charset} (no such escape)"
463 fail "try printing '\\${escape}' in ${target_charset}"
466 fail "try printing '\\${escape}' in ${target_charset} (timeout)"
473 gdb_test "print /d $L'\\${escape}' == $var_name\[$i\]" \
475 "check value of '\\${escape}' in ${target_charset}"
478 gdb_test "print /d $L\"\\${escape}\"\[0\] == $var_name\[$i\]" \
480 "check value of \"\\${escape}\" in ${target_charset}"
/netbsd/src/external/bsd/openldap/dist/contrib/ldapc++/src/
DLDAPUrl.cpp426 bool escape=false; in percentEncode() local
431 escape = true; in percentEncode()
435 escape = true; in percentEncode()
437 escape = false; in percentEncode()
443 escape = true; in percentEncode()
445 escape = false; in percentEncode()
467 escape = false; in percentEncode()
471 escape = false; in percentEncode()
473 escape = true; in percentEncode()
477 if ( escape ) { in percentEncode()
/netbsd/src/external/bsd/nvi/docs/internals/
Dquoting5 There are four escape characters in historic ex/vi:
25 The set of characters that users might want to escape are as follows.
29 escape (^[)
36 Historic practice was that ^V was the only way to escape any
39 don't see any strong reason to make it possible to escape
45 nvi, if you escape either character, autoindent erasure is
70 ex and vi are that it was possible to escape a <newline> in
78 arguments. Backslash will generally escape any following
83 cases where it's impossible to escape a character, generally
118 ^V to escape those characters. The exceptions are starred in the
[all …]
/netbsd/src/external/bsd/less/dist/
Dlessecho.man13 put. But any metacharacter in the output is preceded by an "escape"
19 … -ex Specifies "x", rather than backslash, to be the escape char for
20 metachars. If x is "-", no escape char is used and arguments
37 … -fn Specifies "n" to be the escape char for metachars, as an inte‐
/netbsd/src/external/bsd/flex/dist/tests/
DMakefile.am407 $(AM_V_LEX)$(FLEX) --unsafe-no-m4-sect3-escape -o $@ $<
413 $(AM_V_LEX)$(FLEX) --unsafe-no-m4-sect3-escape --reentrant -o $@ $<
422 …$(AM_V_LEX)$(FLEX) --unsafe-no-m4-sect3-escape -o $@ --tables-verify --tables-file=$(basename $@).…
431 … $(AM_V_LEX)$(FLEX) -o $@ --unsafe-no-m4-sect3-escape --tables-file=$(basename $@).tables $<
465 … $(AM_V_LEX)$(FLEX) --unsafe-no-m4-sect3-escape -P $(subst -,_,$(basename $(*F))) $* -o $@ $<
471 …$(AM_V_LEX)$(FLEX) --unsafe-no-m4-sect3-escape -P $(subst -,_,$(basename $(*F))) --reentrant $* -…
480 …$(AM_V_LEX)$(FLEX) --unsafe-no-m4-sect3-escape -P $(subst -,_,$(basename $(*F))) --tables-file="ta…
486 …$(AM_V_LEX)$(FLEX) --unsafe-no-m4-sect3-escape -P $(subst -,_,$(basename $(*F))) -R --tables-file=…
495 …$(AM_V_LEX)$(FLEX) --unsafe-no-m4-sect3-escape -P $(subst -,_,$(basename $(*F))) --tables-file="ta…
504 …$(AM_V_LEX)$(FLEX) --unsafe-no-m4-sect3-escape -P $(subst -,_,$(basename $(*F))) -R --tables-file=…
/netbsd/src/external/gpl3/gcc/dist/gcc/config/rx/
Dlinux.h207 int escape; \
209 switch (escape = ESCAPES[ch]) \
219 putc (escape, (FILE)); \
Drx.h592 int escape; \
594 switch (escape = ESCAPES[ch]) \
604 putc (escape, (FILE)); \
/netbsd/src/sys/external/bsd/drm2/dist/drm/vmwgfx/
Dvmwgfx_overlay.c75 struct vmw_escape_header escape; member
90 fill_escape(&cmd->escape, sizeof(cmd->flush)); in fill_flush()
113 struct vmw_escape_header escape; in vmw_overlay_send_put() member
141 fill_escape(&cmds->escape, sizeof(*items) * (num_items + 1)); in vmw_overlay_send_put()
195 struct vmw_escape_header escape; in vmw_overlay_send_stop() member
214 fill_escape(&cmds->escape, sizeof(cmds->body)); in vmw_overlay_send_stop()
/netbsd/src/external/bsd/kyua-cli/dist/utils/format/
Dformatter_test.cpp127 ATF_TEST_CASE_WITHOUT_HEAD(escape);
128 ATF_TEST_CASE_BODY(escape) in ATF_TEST_CASE_BODY() argument
255 ATF_ADD_TEST_CASE(tcs, escape); in ATF_INIT_TEST_CASES()
/netbsd/src/external/ibm-public/postfix/dist/src/util/
Dunescape.c135 VSTRING *escape(VSTRING *result, const char *data, ssize_t len) in escape() function
201 escape(out, vstring_str(in), VSTRING_LEN(in)); in main()
/netbsd/src/usr.bin/mail/
Dcollect.c383 int volatile escape; in collect() local
431 escape = *cp; in collect()
433 escape = ESCAPE; in collect()
480 if (linebuf[0] != escape || value(ENAME_INTERACTIVE) == NULL || in collect()
493 if (c == escape) { in collect()
/netbsd/src/crypto/dist/ipsec-tools/misc/
Dcvs2cl.pl828 sub escape { subroutine
873 $text = $self->escape($text);
915 $filename = $self->escape($filename); # probably paranoia
916 $revision = $self->escape($revision); # definitely paranoia
930 $branch = $self->escape($branch); # more paranoia
934 $tag = $self->escape($tag); # by now you're used to the paranoia
938 $root = $self->escape($root); # which is good, because it will continue
951 $utag = $self->escape($utag); # the usual paranoia
956 $common_dir = $self->escape($common_dir);
1065 sub escape { return $_[1] } subroutine
[all …]
/netbsd/src/usr.bin/make/unit-tests/
Dvarmod-loop.mk224 all: escape-modifier
225 escape-modifier: .PHONY
/netbsd/src/external/bsd/openldap/dist/tests/data/
Dtest-dn.ldif160 description: UID=john\?smith // invalid escape of ? or unescaped \
166 description: UID=john\Fsmith // invalid HEX escape
172 description: UID=john\GGsmith // invalid HEX escape
341 # UID=john\?smith // invalid escape of ? or unescaped \ [oOn]
343 # UID=john\Fsmith // invalid hex escape [AoOn]
345 # UID=john\GGsmith // invalid hex escape [oOn]
/netbsd/src/external/bsd/ppp/dist/pppd/
Doptions.c1362 int c, len, escape; in getword() local
1370 escape = 0; in getword()
1387 if (!escape) { in getword()
1391 escape = 0; in getword()
1404 if (escape) in getword()
1411 escape = 1; in getword()
1434 if (escape) { in getword()
1440 escape = 0; in getword()
1525 escape = 1; in getword()
/netbsd/src/usr.bin/tip/
Dtip.c123 int escape(void);
435 if (!(gch = escape())) in tipin()
463 escape(void) in escape() function
/netbsd/src/external/gpl3/binutils/dist/include/vms/
Ddcx.h43 unsigned char escape; member
/netbsd/src/external/gpl3/gdb/dist/include/vms/
Ddcx.h43 unsigned char escape; member

12345678910>>...14