mirror of
https://github.com/MidnightCommander/source.git
synced 2026-02-02 11:11:55 -08:00
32 lines
3.3 KiB
HTML
32 lines
3.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>isspace</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/lib--strutil--strutil8bit.c.html#L70'>isspace</a> 70 lib/strutil/strutil8bit.c DECLARE_CTYPE_WRAPPER (isspace)</span>
|
|
<span class='curline'><a href='../S/lib--strutil--xstrtol.c.html#L106'>isspace</a> 106 lib/strutil/xstrtol.c while (isspace (ch))</span>
|
|
<span class='curline'><a href='../S/src--editor--edit.c.html#L677'>isspace</a> 677 src/editor/edit.c if (!isspace (c))</span>
|
|
<span class='curline'><a href='../S/src--editor--edit.c.html#L912'>isspace</a> 912 src/editor/edit.c else if (isspace (c))</span>
|
|
<span class='curline'><a href='../S/src--editor--edit.c.html#L956'>isspace</a> 956 src/editor/edit.c if (isspace (c1) && !isspace (c2))</span>
|
|
<span class='curline'><a href='../S/src--editor--edit.c.html#L958'>isspace</a> 958 src/editor/edit.c if (s != 0 && !isspace (c1) && isspace (c2))</span>
|
|
<span class='curline'><a href='../S/src--editor--edit.c.html#L995'>isspace</a> 995 src/editor/edit.c if (isspace (c1) && !isspace (c2))</span>
|
|
<span class='curline'><a href='../S/src--editor--edit.c.html#L997'>isspace</a> 997 src/editor/edit.c if (s != 0 && !isspace (c1) && isspace (c2))</span>
|
|
<span class='curline'><a href='../S/src--editor--edit.c.html#L1118'>isspace</a> 1118 src/editor/edit.c if ((isspace (c1) == 0) != (isspace (c2) == 0))</span>
|
|
<span class='curline'><a href='../S/src--editor--edit.c.html#L1140'>isspace</a> 1140 src/editor/edit.c if ((isspace (c1) == 0) != (isspace (c2) == 0))</span>
|
|
<span class='curline'><a href='../S/src--editor--edit.c.html#L1964'>isspace</a> 1964 src/editor/edit.c return (isspace (c) || strchr ("{}[]()<>=|/\\!?~-+`'\",.;:#$%^&*", c) != NULL);</span>
|
|
<span class='curline'><a href='../S/src--editor--edit.c.html#L3184'>isspace</a> 3184 src/editor/edit.c if (!isspace (c1) && isspace (c2))</span>
|
|
<span class='curline'><a href='../S/src--editor--edit.c.html#L3197'>isspace</a> 3197 src/editor/edit.c if (!isspace (c1) && isspace (c2))</span>
|
|
<span class='curline'><a href='../S/src--editor--editcomplete.c.html#L87'>isspace</a> 87 src/editor/editcomplete.c if (!isspace (chr))</span>
|
|
<span class='curline'><a href='../S/src--editor--editcomplete.c.html#L133'>isspace</a> 133 src/editor/editcomplete.c if (isspace (ch))</span>
|
|
<span class='curline'><a href='../S/tests--src--editor--edit_complete_word_cmd.c.html#L277'>isspace</a> 277 tests/src/editor/edit_complete_word_cmd.c if (isspace (chr))</span>
|
|
<span class='curline'><a href='../S/tests--src--editor--edit_complete_word_cmd.c.html#L344'>isspace</a> 344 tests/src/editor/edit_complete_word_cmd.c if (isspace (chr))</span>
|
|
</pre>
|
|
</body>
|
|
</html>
|