HomeSort by: relevance | last modified time | path
    Searched refs:escape (Results 1 - 25 of 63) sorted by relevancy

1 2 3

  /src/lib/libc/citrus/modules/
citrus_hz.c 89 escape_t *escape; member in struct:__anon05720b390308
100 #define GL(escape) ((escape)->left)
101 #define GR(escape) ((escape)->right)
102 #define SET(escape) ((escape)->set)
103 #define ESC(escape) ((escape)->ch)
104 #define INIT(escape) (TAILQ_FIRST(SET(escape))
109 escape_t *escape; local in function:find_escape
544 escape_t *escape; local in function:_citrus_HZ_encoding_module_uninit
565 escape_t *escape; local in function:_citrus_HZ_parse_char
587 escape_t *escape; local in function:_citrus_HZ_parse_graphic
660 escape_t *escape; local in function:_citrus_HZ_parse_escape
    [all...]
citrus_viqr.c 54 #define ESCAPE '\\'
300 int ch, escape; local in function:_citrus_VIQR_mbrtowc_priv
317 for (escape = 0;;) {
327 if (ch == ESCAPE) {
330 escape = 1;
333 if (escape != 0)
346 if (ch == ESCAPE && m != ei->mroot)
392 psenc->ch[0] = ESCAPE;
  /src/usr.bin/make/unit-tests/
directive-for-escape.exp 4 make: directive-for-escape.mk:21: Unclosed expression, expecting "}" for modifier "U!""
6 in .for loop from directive-for-escape.mk:20 with chars = !"#$%&'()*+,-./0-9:;<=>?@A-Z[\]_^a-z{|}~
7 make: directive-for-escape.mk:21: !"
11 make: directive-for-escape.mk:33: Unclosed expression, expecting "}" for modifier "U!"\\\\"
13 in .for loop from directive-for-escape.mk:32 with chars = !"\\#$%&'()*+,-./0-9:;<=>?@A-Z[\]_^a-z{|}~
14 make: directive-for-escape.mk:33: !"\\
18 make: directive-for-escape.mk:57: $
21 make: directive-for-escape.mk:57: value
24 make: directive-for-escape.mk:57: value-with-modifier
27 make: directive-for-escape.mk:57: valu
    [all...]
char-005c-reverse-solidus.mk 13 # TODO: escape '#' in lines
14 # TODO: escape '#' in comments
15 # TODO: escape ':' in modifiers
16 # TODO: escape any character in condition strings
78 # serves to escape the ":" that is otherwise used to separate the modifiers.
cond-func-exists.mk 19 # The only way to escape characters that would otherwise influence the parser
21 # neither the backslash nor the dollar sign act as escape character.
varmod-match-escape.exp 33 make: varmod-match-escape.mk:43: warning: XXX: Oops
36 make: varmod-match-escape.mk:63: Unfinished backslash at the end in pattern "\" of modifier ":M"
38 make: varmod-match-escape.mk:71: Dollar followed by nothing
40 make: varmod-match-escape.mk:71: Unfinished backslash at the end in pattern "\" of modifier ":M"
42 make: varmod-match-escape.mk:112: Unfinished character list in pattern "[A-]" of modifier ":M"
44 in .for loop from varmod-match-escape.mk:109 with pattern = [A-]
45 make: varmod-match-escape.mk:112: Unfinished character list in pattern "[^A-]" of modifier ":M"
47 in .for loop from varmod-match-escape.mk:109 with pattern = [^A-]
varmod.exp 1 make: varmod.mk:111: To escape a dollar, use \$, not $$, at "$$:L} != """
varmod-edge.mk 92 # The first backslash does not escape the second backslash.
97 # If the first backslash were to escape the second backslash, the first
100 # After that, the remaining backslash would escape the parenthesis in
105 #EXP= (} # If the first backslash were to escape ...
110 # The backslash in \( does not escape the parenthesis, therefore it
escape.mk 1 # $NetBSD: escape.mk,v 1.15 2023/10/19 18:24:33 rillig Exp $
40 # does not escape the newline. This is compatible with GNU make.
79 VAR2BSc= 222\\# backslash does not escape comment char, so this is a comment
138 # First two should be taken literally, and last should escape the newline.
  /src/sys/arch/atari/dev/
ite.c 1383 if (sc->escape)
1385 switch (sc->escape)
1394 sc->escape = 0;
1399 sc->escape = 0;
1404 sc->escape = 0;
1409 sc->escape = 0;
1414 sc->escape = 0;
1419 sc->escape = 0;
1424 sc->escape = 0;
1429 sc->escape = 0
    [all...]
  /src/sys/arch/amiga/dev/
ite.c 1345 if (ip->escape) {
1346 switch (ip->escape) {
1355 ip->escape = 0;
1363 ip->escape = 0;
1367 ip->escape = 0;
1371 ip->escape = 0;
1375 ip->escape = 0;
1379 ip->escape = 0;
1383 ip->escape = 0;
1387 ip->escape = 0
    [all...]
itevar.h 78 u_char escape; member in struct:ite_softc
  /src/sys/arch/x68k/dev/
ite.c 1218 if (ip->escape == 0)
1226 if (ip->escape == 0)
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
    [all...]
  /src/sys/arch/x68k/x68k/
kgdb_stub.c 134 int escape, len; local in function:kgdb_recv
138 csum = len = escape = 0;
145 escape = 1;
149 if (escape)
154 if (escape)
159 if (escape)
168 csum = len = escape = 0;
181 escape = 0;
190 escape = 0;
  /src/sys/altq/
altq_flowvalve.h 91 u_int escape; /* # of fves escaped */ member in struct:flowvalve::__anon0e1301d90408
  /src/tests/usr.bin/make/
t_make.sh 37 escape) atf_expect_fail "see PR toolchain/49085";;
  /src/usr.bin/dc/
inout.c 239 bool escape; local in function:read_string
241 escape = false;
248 if (!escape) {
256 if (ch == '\\' && !escape)
257 escape = true;
259 escape = false;
  /src/usr.bin/hexdump/
hexdump.h 89 void escape(char *);
  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_overlay.c 75 struct vmw_escape_header escape; member in struct:vmw_escape_video_flush
90 fill_escape(&cmd->escape, sizeof(cmd->flush));
113 struct vmw_escape_header escape; member in struct:vmw_overlay_send_put::__anone21f2e2d0108
141 fill_escape(&cmds->escape, sizeof(*items) * (num_items + 1));
195 struct vmw_escape_header escape; member in struct:vmw_overlay_send_stop::__anone21f2e2d0408
214 fill_escape(&cmds->escape, sizeof(cmds->body));
  /src/usr.bin/mail/
collect.c 383 int volatile escape; local in function:collect
431 escape = *cp;
433 escape = ESCAPE;
480 if (linebuf[0] != escape || value(ENAME_INTERACTIVE) == NULL ||
490 * On double escape, just send the single one.
493 if (c == escape) {
499 (void)printf("Unknown tilde escape.\n");
514 * Shell escape, send the balance of the
522 * Escape to command mode, but be nice
    [all...]
  /src/common/lib/libc/arch/mips/string/
ffs.S 74 beqz a0, 6f # fast escape if 0
  /src/usr.bin/telnet/
main.c 161 rlogin = escape = _POSIX_VDISABLE;
  /src/sbin/veriexecctl/
veriexecctl.c 152 escape(const char *s) function in typeref:typename:char *
196 file = escape(dict_gets(entry, "file"));
  /src/usr.bin/tip/
tip.c 123 int escape(void);
434 if ((gch == character(value(ESCAPE))) && bol) {
435 if (!(gch = escape()))
459 * Escape handler --
463 escape(void) function in typeref:typename:int
467 char c = character(value(ESCAPE));
478 /* ESCAPE ESCAPE forces ESCAPE */
548 (void)printf("%2s", ctrl(character(value(ESCAPE))));
    [all...]
  /src/sys/fs/cd9660/
iso.h 113 char escape [ISODCL ( 89, 120)]; member in struct:iso_supplementary_descriptor

Completed in 32 milliseconds

1 2 3