Searched refs:singlequote (Results 1 - 15 of 15) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/tests/mozilla/ecma_3/RegExp/
H A D15.10.3.1-1.js49 var comma = ', '; var singlequote = "'"; var closeparens = '))'; variable
114 return (singlequote + text + singlequote);
H A D15.10.3.1-2.js57 var comma = ', '; var singlequote = "'"; var closeparens = '))'; variable
122 return (singlequote + text + singlequote);
H A D15.10.4.1-1.js54 var singlequote = "'"; variable
110 return (singlequote + text + singlequote);
H A D15.10.4.1-2.js60 var singlequote = "'"; variable
116 return (singlequote + text + singlequote);
H A D15.10.4.1-5-n.js51 var singlequote = "'"; variable
112 return (singlequote + text + singlequote);
H A D15.10.4.1-3.js55 var singlequote = "'"; variable
123 return (singlequote + text + singlequote);
H A D15.10.4.1-4.js61 var singlequote = "'"; variable
129 return (singlequote + text + singlequote);
H A Dregress-57631.js36 var singlequote = "'"; variable
127 return (singlequote + text + singlequote);
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/string/
H A Dfmtesc.c58 register int singlequote; local
71 singlequote = 0;
81 singlequote = 1;
159 if (singlequote && c == '\'')
177 if (singlequote || shell)
199 else if (singlequote || (flags & FMT_SHELL))
/macosx-10.9.5/vim-53/runtime/plugin/
H A Dmatchparen.vim86 \ '=~? "string\\|character\\|singlequote\\|comment"'
/macosx-10.9.5/CPANInternal-140/JSON/lib/JSON/
H A DPP.pm656 my $singlequote; # loosely quoting
676 ($utf8, $relaxed, $loose, $allow_bigint, $allow_barekey, $singlequote)
748 return string() if($ch eq '"' or ($singlequote and $ch eq "'"));
762 if($ch eq '"' or ($singlequote and $ch eq "'")){
763 my $boundChar = $ch if ($singlequote);
767 if((!$singlequote and $ch eq '"') or ($singlequote and $ch eq $boundChar)){
/macosx-10.9.5/CPANInternal-140/YAML-Syck/
H A Dperl_syck.h603 SV *singlequote = GvSV(gv_fetchpv(form("%s::SingleQuote", PACKAGE_NAME), TRUE, SVt_PV)); local
604 json_quote_char = (SvTRUE(singlequote) ? '\'' : '"' );
1081 SV *singlequote = GvSV(gv_fetchpv(form("%s::SingleQuote", PACKAGE_NAME), TRUE, SVt_PV)); local
1082 json_quote_char = (SvTRUE(singlequote) ? '\'' : '"' );
1083 json_quote_style = (SvTRUE(singlequote) ? scalar_2quote_1 : scalar_2quote );
1086 SV *singlequote = GvSV(gv_fetchpv(form("%s::SingleQuote", PACKAGE_NAME), TRUE, SVt_PV)); local
1087 yaml_quote_style = (SvTRUE(singlequote) ? scalar_1quote : scalar_none);
/macosx-10.9.5/CPANInternal-140/JSON-2.53/lib/JSON/
H A DbackportPP.pm630 my $singlequote; # loosely quoting
651 ($utf8, $relaxed, $loose, $allow_bigint, $allow_barekey, $singlequote)
727 return string() if($ch eq '"' or ($singlequote and $ch eq "'"));
741 if($ch eq '"' or ($singlequote and $ch eq "'")){
/macosx-10.9.5/CPANInternal-140/JSON-Any-1.29/lib/JSON/
H A DAny.pm47 singlequote
/macosx-10.9.5/tcsh-65/tcsh/
H A Dtc.os.c668 enum { outside = ' ', singlequote='\'', doublequote='"'} string = outside; enumerator in enum:__anon14061
684 string = singlequote;
692 else if (string != singlequote)
709 enum { outside = ' ', singlequote='\'', doublequote='"'} string = outside; enumerator in enum:__anon14062
731 string = singlequote;
739 else if (string != singlequote)

Completed in 136 milliseconds