Searched refs:escape (Results 1 - 25 of 110) sorted by relevance

12345

/openbsd-current/regress/usr.bin/mandoc/roff/string/
H A DMakefile4 # in particular testing the behaviour of the \* escape sequence.
8 REGRESS_TARGETS = dotT escape infinite name std undef zerolength
12 SKIP_MARKDOWN = escape infinite name std undef zerolength
/openbsd-current/gnu/usr.bin/perl/cpan/podlators/t/text/
H A Dcolor.t26 my @snippets = qw(escape-wrapping tag-width tag-wrapping width wrapping);
H A Dtermcap.t38 my @snippets = qw(escape-wrapping tag-width tag-wrapping width wrapping);
/openbsd-current/gnu/usr.bin/perl/cpan/Term-ANSIColor/t/module/
H A Dtrue-color.t72 'uncolor of a complex escape',
85 # This is a hash of test escape sequences to the invalid sequence that should
103 while (my ($escape, $invalid) = each(%uncolor_tests)) {
104 my $output = eval { uncolor($escape) };
105 is($output, undef, "uncolor on unknown color code \Q$escape\E fails");
108 qr{ \A No [ ] name [ ] for [ ] escape [ ] sequence [ ] \Q$invalid\E
H A Dbasic256.t60 # This is a hash of test escape sequences to the invalid sequence that should
72 while (my ($escape, $invalid) = each %uncolor_tests) {
73 my $output = eval { uncolor($escape) };
74 is($output, undef, "uncolor on unknown color code \Q$escape\E fails");
77 qr{ \A No [ ] name [ ] for [ ] escape [ ] sequence [ ] \Q$invalid\E
/openbsd-current/lib/libc/gen/
H A Dfnmatch.c148 const int escape = !(flags & FNM_NOESCAPE); local
174 if (escape && (**pattern == '\\')) {
208 *pattern += (escape && ((*pattern)[2] == '\\')) ? 3 : 2;
259 } else if (escape && (**pattern == '\\') && (*pattern)[1]) {
287 const int escape = !(flags & FNM_NOESCAPE); local
307 if (slash && escape && (*pattern == '\\') && (pattern[1] == '/'))
322 else if (escape && (*pattern == '\\') && (pattern[1] == '.'))
351 (escape && (*pattern == '\\') && (pattern[1] == '/'))))
381 (escape && (*matchptr == '\\') &&
418 * "[range]" escape
[all...]
/openbsd-current/gnu/llvm/clang/tools/diag-build/
H A Ddiag-build.sh90 escape () { function
94 escCC=$(escape $CC)
95 escCXX=$(escape $CXX)
/openbsd-current/usr.bin/doas/
H A Dparse.y228 int c, quoted = 0, quotes = 0, qerr = 0, escape = 0, nonkw = 0;
267 escape = 0;
270 escape = !escape;
271 if (escape)
280 if (escape) {
282 escape = 0;
289 if (escape)
290 yyerror("unterminated escape in column %lu",
301 if (!escape
[all...]
/openbsd-current/gnu/gcc/gcc/config/cris/
H A Daout.h145 count each character in an escape sequence as one byte. Thus, an
146 escape sequence like \377 would count as four bytes.
177 register int escape; \
179 switch (escape = ESCAPES[ch]) \
189 putc (escape, (FILE)); \
240 register int escape; \
246 switch (escape = ESCAPES[ch = *_ascii_bytes]) \
258 putc (escape, (FILE)); \
/openbsd-current/gnu/usr.bin/binutils/gdb/rdi-share/
H A Dtx.c44 static unsigned char escape(unsigned char ch_in, struct te_state *txstate);
84 *tx_ch = escape(packet->type, txstate);
88 *tx_ch = escape((packet->len >> (txstate->field_c - 1) * 8) & 0xff,
101 *tx_ch = escape(packet->data[packet->len - txstate->field_c], txstate);
112 *tx_ch = escape((txstate->crc >> ((txstate->field_c - 1) * 8)) & 0xff,
144 * crc generation occurs in the escape function because it is the only
149 static unsigned char escape(unsigned char ch_in, struct te_state *txstate) { function
/openbsd-current/gnu/usr.bin/gcc/gcc/config/cris/
H A Daout.h164 count each character in an escape sequence as one byte. Thus, an
165 escape sequence like \377 would count as four bytes.
196 register int escape; \
198 switch (escape = ESCAPES[ch]) \
208 putc (escape, (FILE)); \
259 register int escape; \
265 switch (escape = ESCAPES[ch = *_ascii_bytes]) \
277 putc (escape, (FILE)); \
/openbsd-current/gnu/llvm/clang/tools/scan-build-py/lib/libscanbuild/
H A Dshell.py43 def escape(word): function in function:encode
51 return " ".join([escape(arg) for arg in command])
H A Dreport.py465 return escape('bt_' + smash('bug_category') + '_' + smash('bug_type'))
502 encode_value(bug, 'bug_file', lambda x: escape(chop(prefix, x)))
503 encode_value(bug, 'bug_category', escape)
504 encode_value(bug, 'bug_type', escape)
505 encode_value(bug, 'report_file', lambda x: escape(chop(output_dir, x)))
515 encode_value(crash, 'source', lambda x: escape(chop(prefix, x)))
516 encode_value(crash, 'problem', escape)
517 encode_value(crash, 'file', lambda x: escape(chop(output_dir, x)))
518 encode_value(crash, 'info', lambda x: escape(chop(output_dir, x)))
519 encode_value(crash, 'stderr', lambda x: escape(cho
547 def escape(text): function
[all...]
/openbsd-current/gnu/gcc/gcc/config/
H A Delfos.h348 octal escape. If the tables value is anything else, then the
350 in the table. Note that we can use standard UN*X escape
371 count each character in an escape sequence as one byte. Thus, an
372 escape sequence like \377 would count as four bytes.
400 register int escape; \
402 switch (escape = ESCAPES[ch]) \
412 putc (escape, (FILE)); \
470 register int escape; \
476 switch (escape = ESCAPES[ch = *_ascii_bytes]) \
488 putc (escape, (FIL
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/config/
H A Delfos.h366 octal escape. If the tables value is anything else, then the
368 in the table. Note that we can use standard UN*X escape
389 count each character in an escape sequence as one byte. Thus, an
390 escape sequence like \377 would count as four bytes.
418 register int escape; \
420 switch (escape = ESCAPES[ch]) \
430 putc (escape, (FILE)); \
481 register int escape; \
487 switch (escape = ESCAPES[ch = *_ascii_bytes]) \
499 putc (escape, (FIL
[all...]
/openbsd-current/gnu/llvm/llvm/tools/llvm-cov/
H A DSourceCoverageViewHTML.cpp26 std::string escape(StringRef Str, const CoverageViewOptions &Opts) { function in namespace:__anon3664
270 << escape(PathToStyle, Opts) << "'>";
327 std::string LinkText = escape(LinkTextStr, Opts);
329 escape(getOutputPath(SF, "html", /*InToplevel=*/false), Opts);
417 OSRef << tag(ProjectTitleTag, escape(Opts.ProjectTitle, Opts));
420 OSRef << tag(CreatedTimeTag, escape(Opts.CreatedTimeStr, Opts));
462 OSRef << tag("h5", escape(Opts.getLLVMVersionString(), Opts));
477 OS << BeginSourceNameDiv << tag("pre", escape(getSourceName(), getOptions()))
530 Snippets[I] = escape(Snippets[I], getOptions());
732 escape("Unexecute
[all...]
/openbsd-current/gnu/gcc/gcc/config/i386/
H A Di386-interix.h106 octal escape. If the tables value is anything else, then the
108 in the table. Note that we can use standard UN*X escape
129 count each character in an escape sequence as one byte. Thus, an
130 escape sequence like \377 would count as four bytes.
156 int escape = ESCAPES[ch]; \
157 switch (escape) \
167 putc (escape, (FILE)); \
/openbsd-current/gnu/usr.bin/gcc/gcc/config/i386/
H A Di386-interix.h111 octal escape. If the tables value is anything else, then the
113 in the table. Note that we can use standard UN*X escape
134 count each character in an escape sequence as one byte. Thus, an
135 escape sequence like \377 would count as four bytes.
161 register int escape = ESCAPES[ch]; \
162 switch (escape) \
172 putc (escape, (FILE)); \
/openbsd-current/usr.bin/dc/
H A Dinout.c234 bool escape; local
236 escape = false;
243 if (!escape) {
251 if (ch == '\\' && !escape)
252 escape = true;
254 escape = false;
/openbsd-current/gnu/llvm/lldb/source/DataFormatters/
H A DStringPrinter.cpp164 lldbassert(escaped_len > 0 && "unknown string escape style");
211 lldbassert(escaped_len > 0 && "unknown string escape style");
/openbsd-current/gnu/llvm/llvm/include/llvm/Support/
H A DRegex.h105 static std::string escape(StringRef String);
/openbsd-current/usr.bin/mail/
H A Dcollect.c61 int escape, eofcount, longline; local
70 if ((cp = value("escape")) != NULL)
71 escape = *cp;
73 escape = ESCAPE;
152 if (linebuf[0] != escape || value("interactive") == NULL ||
162 * On double escape, just send the single one.
165 if (c == escape) {
171 puts("Unknown tilde escape.");
175 * Shell escape, send the balance of the
/openbsd-current/usr.sbin/smtpd/
H A Dsmtp_session.c303 int escape, quote, comment, bracket; local
308 escape = quote = comment = bracket = 0;
312 if (buffer[i] == '(' && !escape && !quote)
314 if (buffer[i] == '"' && !escape && !comment)
316 if (buffer[i] == ')' && !escape && !quote && comment)
318 if (buffer[i] == '\\' && !escape && !comment && !quote)
319 escape = 1;
321 escape = 0;
322 if (buffer[i] == '<' && !escape && !comment && !quote && !bracket) {
326 if (buffer[i] == '>' && !escape
385 int escape, quote, comment, bracket; local
465 int escape, quote, comment, skip; local
[all...]
/openbsd-current/usr.bin/telnet/
H A Dmain.c128 rlogin = escape = _POSIX_VDISABLE;
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dc-lang.c47 const char *escape; local
52 escape = c_target_char_has_backslash_escape (c);
53 if (escape)
55 if (quoter == '"' && strcmp (escape, "0") == 0)
60 fprintf_filtered (stream, "\\%s", escape);

Completed in 236 milliseconds

12345