| /netbsd/src/lib/libc/citrus/modules/ |
| D | citrus_hz.c | 89 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 …]
|
| D | citrus_viqr.c | 300 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/ |
| D | ite.c | 1218 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/ |
| D | ite.c | 1345 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/ |
| D | ite.c | 1383 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/ |
| D | filter.c | 157 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/ |
| D | kgdb_stub.c | 134 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/ |
| D | charset.exp | 451 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/ |
| D | LDAPUrl.cpp | 426 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/ |
| D | quoting | 5 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/ |
| D | lessecho.man | 13 put. But any metacharacter in the output is preceded by an "escape" 19 … [1m-e[4m[22mx[24m Specifies "[4mx[24m", rather than backslash, to be the escape char for 20 metachars. If [4mx[24m is "-", no escape char is used and arguments 37 … [1m-f[4m[22mn[24m Specifies "[4mn[24m" to be the escape char for metachars, as an inte‐
|
| /netbsd/src/external/bsd/flex/dist/tests/ |
| D | Makefile.am | 407 $(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/ |
| D | linux.h | 207 int escape; \ 209 switch (escape = ESCAPES[ch]) \ 219 putc (escape, (FILE)); \
|
| D | rx.h | 592 int escape; \ 594 switch (escape = ESCAPES[ch]) \ 604 putc (escape, (FILE)); \
|
| /netbsd/src/sys/external/bsd/drm2/dist/drm/vmwgfx/ |
| D | vmwgfx_overlay.c | 75 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/ |
| D | formatter_test.cpp | 127 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/ |
| D | unescape.c | 135 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/ |
| D | collect.c | 383 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/ |
| D | cvs2cl.pl | 828 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/ |
| D | varmod-loop.mk | 224 all: escape-modifier 225 escape-modifier: .PHONY
|
| /netbsd/src/external/bsd/openldap/dist/tests/data/ |
| D | test-dn.ldif | 160 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/ |
| D | options.c | 1362 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/ |
| D | tip.c | 123 int escape(void); 435 if (!(gch = escape())) in tipin() 463 escape(void) in escape() function
|
| /netbsd/src/external/gpl3/binutils/dist/include/vms/ |
| D | dcx.h | 43 unsigned char escape; member
|
| /netbsd/src/external/gpl3/gdb/dist/include/vms/ |
| D | dcx.h | 43 unsigned char escape; member
|