Searched refs:ESCAPE (Results 1 - 25 of 29) sorted by relevance

12

/macosx-10.10.1/ICU-531.30/icuSources/tools/genrb/
H A Drle.c19 * The ESCAPE character is used during run-length encoding. It signals
22 static const uint16_t ESCAPE = 0xA5A5; variable
111 if (value == (int32_t) ESCAPE){
112 APPEND(buffer,bufLimit,ESCAPE, num, status);
119 if (length == (int32_t) ESCAPE) {
120 if (value == (int32_t) ESCAPE){
121 APPEND(buffer,bufLimit,ESCAPE,num,status);
127 APPEND(buffer,bufLimit,ESCAPE,num,status);
136 * A character represents itself, unless it is the ESCAPE character. Then
138 * ESCAPE ESCAP
[all...]
H A Dread.c28 #define ESCAPE 0x005C macro
109 not a whitespace character (but may be a QUOTE or ESCAPE). This
178 if (c == ESCAPE && !isFollowingCharEscaped) {
190 if(c==ESCAPE && !isFollowingCharEscaped){
238 if (c == ESCAPE) {
284 if (c == ESCAPE) {
438 /* We expect to be called after the ESCAPE has been seen, but
439 * u_fgetcx needs an ESCAPE to do its magic. */
440 ucbuf_ungetc(ESCAPE, buf);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_codesigning/antlr2/src/
H A DANTLRUtil.cpp52 enum { START, READING, ESCAPE, FINISHED }; enumerator in enum:antlr::__anon4383
71 state = ESCAPE;
81 case ESCAPE:
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/sh/
H A Dmacro.c91 #undef ESCAPE macro
92 #define ESCAPE '\\' macro
345 sfputc(outfile,ESCAPE);
517 if(c==ESCAPE && mp->pattern)
518 sfputc(stkp,ESCAPE);
531 if(c==ESCAPE)
532 sfputc(stkp,ESCAPE);
771 sfputc(stkp,ESCAPE);
795 sfputc(stkp,ESCAPE);
868 while((c= *cp++) && c!=ESCAPE);
[all...]
/macosx-10.10.1/mail_cmds-30/mail/
H A Ddef.h65 #define ESCAPE '~' /* Default escape for sending */ macro
H A Dcollect.c151 escape = ESCAPE;
/macosx-10.10.1/ncurses-44/ncurses/test/
H A Dredraw.c78 case ESCAPE:
H A Dtest_instr.c53 return (ch == ERR || ch == 'q' || ch == QUIT || ch == ESCAPE);
H A Dtest_inwstr.c55 return (ch == ERR || ch == 'q' || ch == QUIT || ch == ESCAPE);
H A Dedit_field.c278 } while ((ch = wgetch(data)) != ERR && ch != QUIT && ch != ESCAPE);
H A Dinch_wide.c56 return (ch == ERR || ch == 'q' || ch == QUIT || ch == ESCAPE);
H A Dinchs.c56 return (ch == ERR || ch == 'q' || ch == QUIT || ch == ESCAPE);
H A Dtest_get_wstr.c63 return (ch == ERR || ch == 'q' || ch == QUIT || ch == ESCAPE);
H A Dtest_getstr.c64 return (ch == ERR || ch == 'q' || ch == QUIT || ch == ESCAPE);
H A Ddemo_panels.c150 case ESCAPE:
651 if (ch == ERR || ch == QUIT || ch == ESCAPE) {
H A Dtest.priv.h356 #define ESCAPE CTRL('[') macro
H A Dtest_opaque.c59 return (ch == 'q' || ch == QUIT || ch == ESCAPE);
H A Dcardfile.c313 case ESCAPE:
H A Dmovewindow.c155 case ESCAPE:
/macosx-10.10.1/apache-793/httpd/modules/core/
H A Dmod_macro.c318 #define ESCAPE '\\' macro
328 if (*s == ESCAPE || *s == delim)
379 if (do_esc && (replacement[i] == DELIM || replacement[i] == ESCAPE))
380 buf[j++] = ESCAPE;
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Drbt_pars.cpp51 #define ESCAPE ((UChar)0x005C) /*\*/ macro
442 if (c == ESCAPE) {
1681 else if (c == ESCAPE) {
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/examples/page/
H A Dparse.y181 %right ESCAPE.
657 escape(X) ::= ESCAPE expr(A). [ESCAPE] {X = A;}
658 escape(X) ::= . [ESCAPE] {X = 0;}
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dclipper.vim41 syn keyword clipperStatement DEVICE EPOCH ESCAPE EXACT EXCLUSIVE FILTER FIXED
H A Dfgl.vim42 syn keyword fglKeyword ERR_PRINT ERR_QUIT ESC ESCAPE EVERY EXCEPTION EXCLUSIVE
H A Domnimark.vim23 syn keyword omnimarkKeywords ELEMENT ELSE ESCAPE EXIT

Completed in 237 milliseconds

12