root/doc_inner/gnu_global/Y/183.html

/* [<][>][^][v][top][bottom][index][help] */
<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'>
<html xmlns='http://www.w3.org/1999/xhtml'>
<head>
<title>quoting</title>
<meta name='robots' content='noindex,nofollow' />
<meta name='generator' content='GLOBAL-6.6.5' />
<meta http-equiv='Content-Style-Type' content='text/css' />
<link rel='stylesheet' type='text/css' href='../style.css' />
</head>
<body>
<pre>
<span class='curline'><a href='../S/2831.html#L57'>quoting</a>            57 src/cmem.c         bool quoting = false;</span>
<span class='curline'><a href='../S/2831.html#L61'>quoting</a>            61 src/cmem.c             if(s[i] == '\'' &amp;&amp; s[i+1] != '\'' &amp;&amp; (quoting == false || s[i-1] != '\'')) {</span>
<span class='curline'><a href='../S/2831.html#L62'>quoting</a>            62 src/cmem.c                 quoting = !quoting;</span>
<span class='curline'><a href='../S/2831.html#L64'>quoting</a>            64 src/cmem.c             } else if(quoting == false &amp;&amp; s[i] == ';') {</span>
<span class='curline'><a href='../S/2820.html#L35'>quoting</a>            35 src/token.c        bool quoting = false;</span>
<span class='curline'><a href='../S/2820.html#L55'>quoting</a>            55 src/token.c                if(p[i+1] != '\'' &amp;&amp; (quoting == false || p[i-1] != '\'')) {</span>
<span class='curline'><a href='../S/2820.html#L56'>quoting</a>            56 src/token.c                    quoting = !quoting;</span>
<span class='curline'><a href='../S/2820.html#L63'>quoting</a>            63 src/token.c            if(quoting == true) {</span>
</pre>
</body>
</html>

/* [<][>][^][v][top][bottom][index][help] */