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

37 lines
4.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>match_expr</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/src--editor--editbuffer.c.html#L399'>match_expr</a> 399 src/editor/editbuffer.c GString *match_expr;</span>
<span class='curline'><a href='../S/src--editor--editbuffer.c.html#L411'>match_expr</a> 411 src/editor/editbuffer.c match_expr = g_string_sized_new (16);</span>
<span class='curline'><a href='../S/src--editor--editbuffer.c.html#L415'>match_expr</a> 415 src/editor/editbuffer.c c1 = edit_buffer_get_byte (buf, word_start + match_expr-&gt;len);</span>
<span class='curline'><a href='../S/src--editor--editbuffer.c.html#L416'>match_expr</a> 416 src/editor/editbuffer.c c2 = edit_buffer_get_byte (buf, word_start + match_expr-&gt;len + 1);</span>
<span class='curline'><a href='../S/src--editor--editbuffer.c.html#L417'>match_expr</a> 417 src/editor/editbuffer.c g_string_append_c (match_expr, c1);</span>
<span class='curline'><a href='../S/src--editor--editbuffer.c.html#L424'>match_expr</a> 424 src/editor/editbuffer.c return match_expr;</span>
<span class='curline'><a href='../S/src--editor--editcomplete.c.html#L217'>match_expr</a> 217 src/editor/editcomplete.c edit_collect_completions (WEdit *edit, off_t word_start, gsize word_len, const char *match_expr,</span>
<span class='curline'><a href='../S/src--editor--editcomplete.c.html#L227'>match_expr</a> 227 src/editor/editcomplete.c srch = mc_search_new (match_expr, cp_source);</span>
<span class='curline'><a href='../S/src--editor--editcomplete.c.html#L416'>match_expr</a> 416 src/editor/editcomplete.c GString *match_expr;</span>
<span class='curline'><a href='../S/src--editor--editcomplete.c.html#L427'>match_expr</a> 427 src/editor/editcomplete.c match_expr = g_string_new ("(^|\\s+|\\b)");</span>
<span class='curline'><a href='../S/src--editor--editcomplete.c.html#L429'>match_expr</a> 429 src/editor/editcomplete.c g_string_append_c (match_expr, edit_buffer_get_byte (&amp;edit-&gt;buffer, word_start + i));</span>
<span class='curline'><a href='../S/src--editor--editcomplete.c.html#L431'>match_expr</a> 431 src/editor/editcomplete.c match_expr,</span>
<span class='curline'><a href='../S/src--editor--editcomplete.c.html#L435'>match_expr</a> 435 src/editor/editcomplete.c compl = edit_collect_completions (edit, word_start, word_len, match_expr-&gt;str, &amp;max_width);</span>
<span class='curline'><a href='../S/src--editor--editcomplete.c.html#L437'>match_expr</a> 437 src/editor/editcomplete.c g_string_free (match_expr, TRUE);</span>
<span class='curline'><a href='../S/src--editor--etags.c.html#L310'>match_expr</a> 310 src/editor/etags.c editcmd_dialog_select_definition_show (WEdit *edit, char *match_expr, GPtrArray *def_hash)</span>
<span class='curline'><a href='../S/src--editor--etags.c.html#L341'>match_expr</a> 341 src/editor/etags.c dialog_colors, NULL, NULL, "[Definitions]", match_expr);</span>
<span class='curline'><a href='../S/src--editor--etags.c.html#L410'>match_expr</a> 410 src/editor/etags.c GString *match_expr;</span>
<span class='curline'><a href='../S/src--editor--etags.c.html#L421'>match_expr</a> 421 src/editor/etags.c match_expr = g_string_sized_new (word_len);</span>
<span class='curline'><a href='../S/src--editor--etags.c.html#L423'>match_expr</a> 423 src/editor/etags.c g_string_append_c (match_expr, edit_buffer_get_byte (&amp;edit-&gt;buffer, word_start + i));</span>
<span class='curline'><a href='../S/src--editor--etags.c.html#L444'>match_expr</a> 444 src/editor/etags.c def_hash = etags_set_definition_hash (tagfile, path, match_expr-&gt;str);</span>
<span class='curline'><a href='../S/src--editor--etags.c.html#L451'>match_expr</a> 451 src/editor/etags.c editcmd_dialog_select_definition_show (edit, match_expr-&gt;str, def_hash);</span>
<span class='curline'><a href='../S/src--editor--etags.c.html#L456'>match_expr</a> 456 src/editor/etags.c g_string_free (match_expr, TRUE);</span>
</pre>
</body>
</html>