mirror of
https://github.com/MidnightCommander/source.git
synced 2026-02-02 11:11:55 -08:00
39 lines
4.3 KiB
HTML
39 lines
4.3 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>fhd</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--file_history.c.html#L66'>fhd</a> 66 src/file_history.c file_history_data_t *fhd;</span>
|
|
<span class='curline'><a href='../S/src--file_history.c.html#L73'>fhd</a> 73 src/file_history.c fhd = g_new (file_history_data_t, 1);</span>
|
|
<span class='curline'><a href='../S/src--file_history.c.html#L74'>fhd</a> 74 src/file_history.c fhd->file_name = str_unescape (buf, s - buf, "", TRUE);</span>
|
|
<span class='curline'><a href='../S/src--file_history.c.html#L78'>fhd</a> 78 src/file_history.c fhd->file_pos = g_strndup (s + 1, len - 1); // ignore '\n'</span>
|
|
<span class='curline'><a href='../S/src--file_history.c.html#L80'>fhd</a> 80 src/file_history.c *file_list = g_list_prepend (*file_list, fhd);</span>
|
|
<span class='curline'><a href='../S/src--file_history.c.html#L86'>fhd</a> 86 src/file_history.c file_history_write_entry (const file_history_data_t *fhd, GString *s)</span>
|
|
<span class='curline'><a href='../S/src--file_history.c.html#L91'>fhd</a> 91 src/file_history.c file_name = str_escape (fhd->file_name, -1, "", TRUE);</span>
|
|
<span class='curline'><a href='../S/src--file_history.c.html#L96'>fhd</a> 96 src/file_history.c if (fhd->file_pos != NULL)</span>
|
|
<span class='curline'><a href='../S/src--file_history.c.html#L99'>fhd</a> 99 src/file_history.c g_string_append (s, fhd->file_pos);</span>
|
|
<span class='curline'><a href='../S/src--file_history.c.html#L178'>fhd</a> 178 src/file_history.c file_history_data_t *fhd = (file_history_data_t *) data;</span>
|
|
<span class='curline'><a href='../S/src--file_history.c.html#L181'>fhd</a> 181 src/file_history.c width = str_term_width1 (fhd->file_name);</span>
|
|
<span class='curline'><a href='../S/src--file_history.c.html#L184'>fhd</a> 184 src/file_history.c listbox_add_item (hd->listbox, LISTBOX_APPEND_AT_END, 0, fhd->file_name, fhd->file_pos, TRUE);</span>
|
|
<span class='curline'><a href='../S/src--file_history.c.html#L186'>fhd</a> 186 src/file_history.c fhd->file_pos = NULL;</span>
|
|
<span class='curline'><a href='../S/src--file_history.c.html#L194'>fhd</a> 194 src/file_history.c file_history_data_t *fhd;</span>
|
|
<span class='curline'><a href='../S/src--file_history.c.html#L198'>fhd</a> 198 src/file_history.c fhd = g_new (file_history_data_t, 1);</span>
|
|
<span class='curline'><a href='../S/src--file_history.c.html#L199'>fhd</a> 199 src/file_history.c fhd->file_name = le->text;</span>
|
|
<span class='curline'><a href='../S/src--file_history.c.html#L201'>fhd</a> 201 src/file_history.c fhd->file_pos = (char *) le->data;</span>
|
|
<span class='curline'><a href='../S/src--file_history.c.html#L204'>fhd</a> 204 src/file_history.c return fhd;</span>
|
|
<span class='curline'><a href='../S/src--file_history.c.html#L212'>fhd</a> 212 src/file_history.c file_history_data_t *fhd = (file_history_data_t *) data;</span>
|
|
<span class='curline'><a href='../S/src--file_history.c.html#L214'>fhd</a> 214 src/file_history.c g_free (fhd->file_name);</span>
|
|
<span class='curline'><a href='../S/src--file_history.c.html#L215'>fhd</a> 215 src/file_history.c g_free (fhd->file_pos);</span>
|
|
<span class='curline'><a href='../S/src--file_history.c.html#L216'>fhd</a> 216 src/file_history.c g_free (fhd);</span>
|
|
<span class='curline'><a href='../S/tests--src--file_history.c.html#L59'>fhd</a> 59 tests/src/file_history.c const file_history_data_t fhd = {</span>
|
|
<span class='curline'><a href='../S/tests--src--file_history.c.html#L65'>fhd</a> 65 tests/src/file_history.c file_history_write_entry (&fhd, s);</span>
|
|
</pre>
|
|
</body>
|
|
</html>
|