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

22 lines
1.7 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>block_file_vpath</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--edit.c.html#L1775'>block_file_vpath</a> 1775 src/editor/edit.c vfs_path_t *block_file_vpath;</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L1779'>block_file_vpath</a> 1779 src/editor/edit.c block_file_vpath = vfs_path_from_str (block_file);</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L1781'>block_file_vpath</a> 1781 src/editor/edit.c const gboolean status_before_ok = mc_stat (block_file_vpath, &amp;status_before) == 0;</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L1787'>block_file_vpath</a> 1787 src/editor/edit.c const gboolean status_after_ok = mc_stat (block_file_vpath, &amp;status_after) == 0;</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L1812'>block_file_vpath</a> 1812 src/editor/edit.c ins_len = edit_insert_file (edit, block_file_vpath);</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L1818'>block_file_vpath</a> 1818 src/editor/edit.c mc_unlink (block_file_vpath);</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L1824'>block_file_vpath</a> 1824 src/editor/edit.c vfs_path_free (block_file_vpath, TRUE);</span>
</pre>
</body>
</html>