Files
source/Y/spec_char.html
github-actions[bot] 08571174ab Deploy to GitHub Pages
2026-02-01 17:32:02 +00:00

21 lines
1.5 KiB
HTML

<!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>spec_char</title>
<meta name='robots' content='noindex,nofollow' />
<meta name='generator' content='GLOBAL-6.6.11' />
<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/lib--search--regex.c.html#L222'>spec_char</a> 222 lib/search/regex.c GString *accumulator, *spec_char, *ret_str;</span>
<span class='curline'><a href='../S/lib--search--regex.c.html#L227'>spec_char</a> 227 lib/search/regex.c spec_char = g_string_sized_new (64);</span>
<span class='curline'><a href='../S/lib--search--regex.c.html#L232'>spec_char</a> 232 lib/search/regex.c if (mc_search__regex_str_append_if_special (spec_char, astr, &amp;loop))</span>
<span class='curline'><a href='../S/lib--search--regex.c.html#L235'>spec_char</a> 235 lib/search/regex.c g_string_append_len (ret_str, spec_char-&gt;str, spec_char-&gt;len);</span>
<span class='curline'><a href='../S/lib--search--regex.c.html#L236'>spec_char</a> 236 lib/search/regex.c g_string_set_size (spec_char, 0);</span>
<span class='curline'><a href='../S/lib--search--regex.c.html#L265'>spec_char</a> 265 lib/search/regex.c g_string_free (spec_char, TRUE);</span>
</pre>
</body>
</html>