Home
last modified time | relevance | path

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

/external/bison/lib/
Dquotearg.c268 unsigned char esc; in quotearg_buffer_restyled() local
321 case '\a': esc = 'a'; goto c_escape; in quotearg_buffer_restyled()
322 case '\b': esc = 'b'; goto c_escape; in quotearg_buffer_restyled()
323 case '\f': esc = 'f'; goto c_escape; in quotearg_buffer_restyled()
324 case '\n': esc = 'n'; goto c_and_shell_escape; in quotearg_buffer_restyled()
325 case '\r': esc = 'r'; goto c_and_shell_escape; in quotearg_buffer_restyled()
326 case '\t': esc = 't'; goto c_and_shell_escape; in quotearg_buffer_restyled()
327 case '\v': esc = 'v'; goto c_escape; in quotearg_buffer_restyled()
328 case '\\': esc = c; goto c_and_shell_escape; in quotearg_buffer_restyled()
336 c = esc; in quotearg_buffer_restyled()
/external/clearsilver/util/
Dneo_str.h89 char **esc);
98 char **esc);
102 NEOERR *neos_url_escape (const char *in, char **esc,
105 NEOERR *neos_js_escape (const char *in, char **esc);
110 NEOERR *neos_url_validate (const char *in, char **esc);
Dneo_str.c422 char **esc) in neos_escape() argument
493 *esc = s; in neos_escape()
617 NEOERR *neos_js_escape (const char *in, char **esc) in neos_js_escape() argument
661 *esc = (char *)s; in neos_js_escape()
666 NEOERR *neos_url_escape (const char *in, char **esc, in neos_url_escape() argument
748 *esc = (char *)s; in neos_url_escape()
806 NEOERR *neos_url_validate (const char *in, char **esc) in neos_url_validate() argument
855 return neos_html_escape(in, inlen, esc); in neos_url_validate()
862 *esc = out_s.buf; in neos_url_validate()
869 char **esc) in neos_var_escape() argument
[all …]
/external/webkit/WebKitTools/simplejson/
Ddecoder.py88 esc = s[end]
92 if esc != 'u':
94 m = _b[esc]
97 errmsg("Invalid \\escape: %r" % (esc,), s, end))
100 esc = s[end + 1:end + 5]
102 m = unichr(int(esc, 16))
103 if len(esc) != 4 or not esc.isalnum():
/external/clearsilver/python/
Dneo_cgi.c344 char *s, *esc, *o = NULL; in p_cgi_url_escape() local
351 err = cgi_url_escape_more (s, &esc, o); in p_cgi_url_escape()
353 rv = Py_BuildValue ("s", esc); in p_cgi_url_escape()
354 free (esc); in p_cgi_url_escape()
377 char *s, *esc; in p_html_escape() local
385 err = html_escape_alloc (s, len, &esc); in p_html_escape()
387 rv = Py_BuildValue ("s", esc); in p_html_escape()
388 free (esc); in p_html_escape()
394 char *s, *esc; in p_html_strip() local
402 err = html_strip_alloc (s, len, &esc); in p_html_strip()
[all …]
/external/clearsilver/cgi/
Dcgi.h315 NEOERR *cgi_url_escape (const char *buf, char **esc);
329 NEOERR *cgi_url_escape_more (const char *buf, char **esc, const char *other);
343 NEOERR *cgi_url_validate (const char *buf, char **esc);
474 NEOERR *cgi_js_escape (const char *buf, char **esc);
Dhtml.c111 char *ptr, *esc; in split_and_convert() local
443 strlen(opts->link_name), &esc); in split_and_convert()
445 err = html_escape_alloc((src + x), parts[i].end - x - suffix, &esc); in split_and_convert()
448 err = string_append (out, esc); in split_and_convert()
449 free(esc); in split_and_convert()
472 err = html_escape_alloc(src + x, parts[i].end - x, &esc); in split_and_convert()
474 err = string_append (out, esc); in split_and_convert()
475 free(esc); in split_and_convert()
Dcgi.c267 NEOERR *cgi_js_escape (const char *in, char **esc) in cgi_js_escape() argument
269 return nerr_pass(neos_js_escape(in, esc)); in cgi_js_escape()
272 NEOERR *cgi_url_escape (const char *buf, char **esc) in cgi_url_escape() argument
274 return nerr_pass(neos_url_escape(buf, esc, NULL)); in cgi_url_escape()
277 NEOERR *cgi_url_escape_more (const char *in, char **esc, in cgi_url_escape_more() argument
280 return nerr_pass(neos_url_escape(in, esc, other)); in cgi_url_escape_more()
283 NEOERR *cgi_url_validate (const char *buf, char **esc) in cgi_url_validate() argument
285 return nerr_pass(neos_url_validate(buf, esc)); in cgi_url_validate()
/external/libvpx/examples/includes/geshi/contrib/
Dcssgen.php416 $esc = get_var('escaped-chars'); variable
418 if ( $esc != '' )
420 $stylesheet .= "\n$esc_selector {{$esc}}";
/external/openssl/crypto/txt_db/
Dtxt_db.c75 int esc=0; in TXT_DB_read() local
136 esc=0; in TXT_DB_read()
142 if (esc) in TXT_DB_read()
153 esc=(*f == '\\'); in TXT_DB_read()
/external/chromium/third_party/icu/source/i18n/
Drbt_set.cpp120 UnicodeString esc; in _debugOut() local
121 _escape(buf, esc); in _debugOut()
122 CharString cbuf(esc); in _debugOut()
/external/icu4c/i18n/
Drbt_set.cpp120 UnicodeString esc; in _debugOut() local
121 _escape(buf, esc); in _debugOut()
122 CharString cbuf(esc); in _debugOut()
/external/jpeg/
Dmaktjpeg.st6 ; and Guido Vollbeding (guivol@esc.de).
Dmakdjpeg.st6 ; and Guido Vollbeding (guivol@esc.de).
Dmakcjpeg.st6 ; and Guido Vollbeding (guivol@esc.de).
Dmakljpeg.st6 ; and Guido Vollbeding (guivol@esc.de).
/external/webkit/WebKitTools/DumpRenderTree/mac/
DFrameLoadDelegate.mm265 EventSendingController *esc = [[EventSendingController alloc] init];
266 [obj setValue:esc forKey:@"eventSender"];
267 [esc release];
/external/ppp/pppd/
Deap.c187 eap_state_name(esc) in eap_state_name() argument
188 enum eap_state_code esc; in eap_state_name()
192 return (state_names[(int)esc]);
/external/bluetooth/glib/po/
Des.po335 "entidad, escápela como &"
/external/chromium/third_party/icu/source/test/testdata/
Dregextst.txt819 "[abcd-\s]+" E "xyz<0>abcd --</0>xyz" # set-lit-dash-esc
/external/icu4c/test/testdata/
Dregextst.txt822 "[abcd-\s]+" E "xyz<0>abcd --</0>xyz" # set-lit-dash-esc
/external/sqlite/dist/
Dsqlite3.c71812 const int esc /* The escape character */
71833 }else if( c==esc ){
71839 assert( esc==0 ); /* This is GLOB, not LIKE */
71841 while( *zString && patternCompare(&zPattern[-1],zString,pInfo,esc)==0 ){
71860 if( patternCompare(zPattern,zString,pInfo,esc) ) return 1;
71869 assert( esc==0 ); /* This only occurs for GLOB, not LIKE */
71899 }else if( esc==c && !prevEscape ){
Dsqlite3.c.orig71801 const int esc /* The escape character */
71822 }else if( c==esc ){
71828 assert( esc==0 ); /* This is GLOB, not LIKE */
71830 while( *zString && patternCompare(&zPattern[-1],zString,pInfo,esc)==0 ){
71849 if( patternCompare(zPattern,zString,pInfo,esc) ) return 1;
71858 assert( esc==0 ); /* This only occurs for GLOB, not LIKE */
71888 }else if( esc==c && !prevEscape ){
/external/webkit/WebCore/
DChangeLog-2009-06-1695951 …on from rdar://6102511 , we should disable every key event (except for the esc key which stops the…
95956 This patch matches FF3 behavior by disabling every key but the esc key.
DChangeLog-2010-01-2929838 (WebInspector.documentKeyDown): esc should not toggle the console when in panel mode