Home
last modified time | relevance | path

Searched refs:escapes (Results 1 – 25 of 118) sorted by relevance

12345

/netbsd/src/external/bsd/openldap/dist/libraries/libldap/
Dgetdn.c1439 ber_len_t len, escapes; in str2strval() local
1447 for ( startPos = p = str, escapes = 0; p < end; p++ ) { in str2strval()
1454 escapes++; in str2strval()
1462 escapes += 2; in str2strval()
1534 len = ( endPos ? endPos : p ) - startPos - escapes; in str2strval()
1537 if ( escapes == 0 ) { in str2strval()
1593 ber_len_t len, escapes; in DCE2strval() local
1601 for ( startPos = p = str, escapes = 0; p[ 0 ]; p++ ) { in DCE2strval()
1605 escapes++; in DCE2strval()
1646 len = ( endPos ? endPos : p ) - startPos - escapes; in DCE2strval()
[all …]
/netbsd/src/external/bsd/tmux/dist/
Dcmd-parse.y80 u_int escapes; member
1196 if (ps->escapes != 0) { in yylex_getc()
1197 ps->escapes--; in yylex_getc()
1203 ps->escapes++; in yylex_getc()
1206 if (ch == '\n' && (ps->escapes % 2) == 1) { in yylex_getc()
1208 ps->escapes--; in yylex_getc()
1212 if (ps->escapes != 0) { in yylex_getc()
1214 ps->escapes--; in yylex_getc()
/netbsd/src/external/gpl3/gcc/dist/lto-plugin/
Dlto-plugin.c1490 int ticks = 0, escapes = 0; in onload() local
1508 escapes++; in onload()
1520 int len = p - start - ticks - escapes + 1; in onload()
1539 escapes--; in onload()
1547 assert (escapes == 0); in onload()
/netbsd/src/usr.bin/sed/
Dprocess.c590 static const char escapes[] = "\\\a\b\f\r\t\v"; in lputs() local
648 (p = strchr(escapes, c)) != NULL) { in lputs()
653 fprintf(outfile, "\\%c", "\\abfrtv"[p - escapes]); in lputs()
/netbsd/src/usr.bin/calendar/calendars/
Dcalendar.lotr26 09/10 Gandalf escapes from Orthanc (LOTR)
/netbsd/src/usr.bin/mail/misc/
Dmail.tildehelp3 The following ~ escapes are defined:
/netbsd/src/crypto/external/bsd/heimdal/dist/cf/
Dtelnet.m462 * can contain %-escapes: %s=sysname, %m=machine, %r=os-release
/netbsd/src/crypto/external/bsd/heimdal/dist/lib/krb5/
Dtest_config_strings.cfg1 [escapes]
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
Dcharset.exp386 regsub -all "." "abfnrtv" "(\\\\&|x)" escapes
/netbsd/src/games/hack/
DREAD_ME72 of the system via shell escapes and the likes.
/netbsd/src/bin/ed/
DPOSIX46 that <file> arguments are processed for backslash escapes, i.e., any
/netbsd/src/external/bsd/openpam/dist/
DHISTORY132 whitespace and understands neither quotes nor backslash escapes.
134 backslash escapes in policy files are now handled in a consistent
/netbsd/src/external/gpl3/gcc/dist/gcc/config/alpha/
Dalpha.cc6004 goto escapes; in alpha_stdarg_optimize_hook()
6014 goto escapes; in alpha_stdarg_optimize_hook()
6028 goto escapes; in alpha_stdarg_optimize_hook()
6031 goto escapes; in alpha_stdarg_optimize_hook()
6037 goto escapes; in alpha_stdarg_optimize_hook()
6047 goto escapes; in alpha_stdarg_optimize_hook()
6051 goto escapes; in alpha_stdarg_optimize_hook()
6056 goto escapes; in alpha_stdarg_optimize_hook()
6070 goto escapes; in alpha_stdarg_optimize_hook()
6076 escapes: in alpha_stdarg_optimize_hook()
/netbsd/src/external/bsd/nvi/docs/internals/
Dquoting80 commands, control-V escapes the next character, instead.
/netbsd/src/external/gpl3/gcc/dist/gcc/config/rs6000/
Drs6000-call.cc643 cum->escapes = call_ABI_of_interest (fndecl); in init_cumulative_args()
644 if (cum->escapes) in init_cumulative_args()
1086 && cum->escapes) in rs6000_function_arg_advance_1()
Drs6000.h1541 int escapes; /* if function visible outside tu */ member
/netbsd/src/external/bsd/less/dist/
Ddefines.wn28 * SHELL_ESCAPE is 1 if you wish to allow shell escapes.
Ddefines.o927 * SHELL_ESCAPE is 1 if you wish to allow shell escapes.
Ddefines.o228 * SHELL_ESCAPE is 1 if you wish to allow shell escapes.
Ddefines.ds27 * SHELL_ESCAPE is 1 if you wish to allow shell escapes.
Ddefines.h.in26 * SHELL_ESCAPE is 1 if you wish to allow shell escapes.
/netbsd/src/external/bsd/byacc/dist/package/debian/
Dchangelog470 * Removed erraneous escapes in manpage - some data wasn't visable,
/netbsd/src/external/gpl2/xcvs/dist/doc/
DRCSFILES152 files, since RCS uses `@' bytes as escapes.
/netbsd/src/external/gpl3/gcc/dist/gcc/doc/
Dgty.texi119 special escapes may be used in these strings, to refer to pieces of
242 There are no escapes available to the @code{tag} option, since it is a
/netbsd/src/external/gpl3/binutils/dist/gas/doc/
Dc-z80.texi154 @cindex character escapes, Z80

12345