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

22 lines
1.8 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>filesize_threshold</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#L98'>filesize_threshold</a> 98 src/editor/edit.c .filesize_threshold = NULL,</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L338'>filesize_threshold</a> 338 src/editor/edit.c threshold = parse_integer (edit_options.filesize_threshold, &amp;err);</span>
<span class='curline'><a href='../S/src--editor--edit.h.html#L56'>filesize_threshold</a> 56 src/editor/edit.h char *filesize_threshold;</span>
<span class='curline'><a href='../S/src--setup.c.html#L418'>filesize_threshold</a> 418 src/setup.c { "editor_filesize_threshold", &amp;edit_options.filesize_threshold, "64M" },</span>
<span class='curline'><a href='../S/tests--src--editor--edit_complete_word_cmd.c.html#L166'>filesize_threshold</a> 166 tests/src/editor/edit_complete_word_cmd.c edit_options.filesize_threshold = (char *) "64M";</span>
<span class='curline'><a href='../S/tests--src--editor--edit_insert_column_of_text.c.html#L75'>filesize_threshold</a> 75 tests/src/editor/edit_insert_column_of_text.c edit_options.filesize_threshold = (char *) "64M";</span>
<span class='curline'><a href='../S/tests--src--editor--edit_replace_cmd.c.html#L248'>filesize_threshold</a> 248 tests/src/editor/edit_replace_cmd.c edit_options.filesize_threshold = (char *) "64M";</span>
</pre>
</body>
</html>