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

57 lines
7.9 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>modified</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--diffviewer--ydiff.c.html#L3294'>modified</a> 3294 src/diffviewer/ydiff.c const char *modified = " (*) ";</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L3300'>modified</a> 3300 src/diffviewer/ydiff.c width1 = (width - str_term_width1 (_ ("Diff:")) - strlen (modified) - 3) / 2;</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L3311'>modified</a> 3311 src/diffviewer/ydiff.c g_string_append (title, dview-&gt;merged[DIFF_LEFT] ? modified : notmodified);</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L3314'>modified</a> 3314 src/diffviewer/ydiff.c g_string_append (title, dview-&gt;merged[DIFF_RIGHT] ? modified : notmodified);</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L629'>modified</a> 629 src/editor/edit.c if (edit-&gt;modified == 0 &amp;&amp; edit-&gt;delete_file == 0)</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L631'>modified</a> 631 src/editor/edit.c edit-&gt;modified = 1;</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L1776'>modified</a> 1776 src/editor/edit.c gboolean modified = FALSE;</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L1790'>modified</a> 1790 src/editor/edit.c modified = (!status_before_ok &amp;&amp; status_after_ok)</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L1796'>modified</a> 1796 src/editor/edit.c if (modified)</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L2039'>modified</a> 2039 src/editor/edit.c if (!edit_options.persistent_selections &amp;&amp; edit-&gt;modified != 0)</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L2056'>modified</a> 2056 src/editor/edit.c if (!edit_options.persistent_selections &amp;&amp; edit-&gt;modified != 0)</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L2181'>modified</a> 2181 src/editor/edit.c edit-&gt;modified = 0;</span>
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L448'>modified</a> 448 src/editor/editcmd.c edit-&gt;modified = 0;</span>
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L1021'>modified</a> 1021 src/editor/editcmd.c edit-&gt;modified = 0;</span>
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L1503'>modified</a> 1503 src/editor/editcmd.c if (edit-&gt;modified == 0)</span>
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L2009'>modified</a> 2009 src/editor/editcmd.c if (edit-&gt;modified != 0</span>
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L2038'>modified</a> 2038 src/editor/editcmd.c if (edit-&gt;modified != 0</span>
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L157'>modified</a> 157 src/editor/editdraw.c edit-&gt;modified != 0 ? 'M' : '-', //</span>
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L171'>modified</a> 171 src/editor/editdraw.c edit-&gt;modified != 0 ? 'M' : '-', //</span>
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L295'>modified</a> 295 src/editor/editdraw.c edit-&gt;modified != 0 ? 'M' : '-', macro_index &lt; 0 ? '-' : 'R',</span>
<span class='curline'><a href='../S/src--editor--editwidget.c.html#L336'>modified</a> 336 src/editor/editwidget.c fname = g_strdup_printf ("%c [%s]", e-&gt;modified != 0 ? '*' : ' ', _ ("NoName"));</span>
<span class='curline'><a href='../S/src--editor--editwidget.c.html#L338'>modified</a> 338 src/editor/editwidget.c fname = g_strdup_printf ("%c%s", e-&gt;modified != 0 ? '*' : ' ',</span>
<span class='curline'><a href='../S/src--editor--editwidget.c.html#L379'>modified</a> 379 src/editor/editwidget.c const char *modified;</span>
<span class='curline'><a href='../S/src--editor--editwidget.c.html#L384'>modified</a> 384 src/editor/editwidget.c modified = edit-&gt;modified != 0 ? "(*) " : " ";</span>
<span class='curline'><a href='../S/src--editor--editwidget.c.html#L386'>modified</a> 386 src/editor/editwidget.c const ssize_t width1 = width - strlen (modified);</span>
<span class='curline'><a href='../S/src--editor--editwidget.c.html#L396'>modified</a> 396 src/editor/editwidget.c return g_strconcat (_ ("Edit: "), modified, file_label, (char *) NULL);</span>
<span class='curline'><a href='../S/src--editor--editwidget.c.html#L641'>modified</a> 641 src/editor/editwidget.c if (e-&gt;modified != 0)</span>
<span class='curline'><a href='../S/src--editor--editwidget.h.html#L96'>modified</a> 96 src/editor/editwidget.h unsigned int modified : 1; // File has been modified and needs saving</span>
<span class='curline'><a href='../S/src--editor--etags.c.html#L365'>modified</a> 365 src/editor/etags.c if (edit-&gt;modified == 0)</span>
<span class='curline'><a href='../S/src--filemanager--hotlist.c.html#L137'>modified</a> 137 src/filemanager/hotlist.c gboolean modified; // hotlist was modified</span>
<span class='curline'><a href='../S/src--filemanager--hotlist.c.html#L395'>modified</a> 395 src/filemanager/hotlist.c hotlist_state.modified = TRUE;</span>
<span class='curline'><a href='../S/src--filemanager--hotlist.c.html#L1052'>modified</a> 1052 src/filemanager/hotlist.c hotlist_state.modified = TRUE;</span>
<span class='curline'><a href='../S/src--filemanager--hotlist.c.html#L1107'>modified</a> 1107 src/filemanager/hotlist.c hotlist_state.modified = TRUE;</span>
<span class='curline'><a href='../S/src--filemanager--hotlist.c.html#L1186'>modified</a> 1186 src/filemanager/hotlist.c hotlist_state.modified = TRUE;</span>
<span class='curline'><a href='../S/src--filemanager--hotlist.c.html#L1480'>modified</a> 1480 src/filemanager/hotlist.c hotlist_state.modified = TRUE;</span>
<span class='curline'><a href='../S/src--filemanager--hotlist.c.html#L1482'>modified</a> 1482 src/filemanager/hotlist.c hotlist_state.modified = FALSE;</span>
<span class='curline'><a href='../S/src--filemanager--hotlist.c.html#L1618'>modified</a> 1618 src/filemanager/hotlist.c hotlist_state.modified = TRUE;</span>
<span class='curline'><a href='../S/src--filemanager--hotlist.c.html#L1667'>modified</a> 1667 src/filemanager/hotlist.c if (!hotlist_state.readonly &amp;&amp; hotlist_state.modified &amp;&amp; hotlist_file_name != NULL)</span>
<span class='curline'><a href='../S/src--filemanager--hotlist.c.html#L1680'>modified</a> 1680 src/filemanager/hotlist.c hotlist_state.modified = FALSE;</span>
<span class='curline'><a href='../S/src--viewer--lib.c.html#L381'>modified</a> 381 src/viewer/lib.c const char *modified;</span>
<span class='curline'><a href='../S/src--viewer--lib.c.html#L386'>modified</a> 386 src/viewer/lib.c modified = view-&gt;hexedit_mode &amp;&amp; (view-&gt;change_list != NULL) ? "(*) " : " ";</span>
<span class='curline'><a href='../S/src--viewer--lib.c.html#L394'>modified</a> 394 src/viewer/lib.c return g_strconcat (_ ("View: "), modified, file_label, (char *) NULL);</span>
</pre>
</body>
</html>