mirror of
https://github.com/MidnightCommander/source.git
synced 2026-02-02 11:11:55 -08:00
27 lines
2.9 KiB
HTML
27 lines
2.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>str_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.h.html#L323'>str_isspace</a> 323 lib/strutil.h gboolean str_isspace (const char *ch);</span>
|
|
<span class='curline'><a href='../S/lib--widget--input.c.html#L333'>str_isspace</a> 333 lib/widget/input.c for (; p[0] != '\0' && (str_isspace (p) || str_ispunct (p)); in->point++)</span>
|
|
<span class='curline'><a href='../S/lib--widget--input.c.html#L336'>str_isspace</a> 336 lib/widget/input.c for (; p[0] != '\0' && !str_isspace (p) && !str_ispunct (p); in->point++)</span>
|
|
<span class='curline'><a href='../S/lib--widget--input.c.html#L355'>str_isspace</a> 355 lib/widget/input.c if (!str_isspace (p) && !str_ispunct (p))</span>
|
|
<span class='curline'><a href='../S/lib--widget--input.c.html#L365'>str_isspace</a> 365 lib/widget/input.c if (str_isspace (p) || str_ispunct (p))</span>
|
|
<span class='curline'><a href='../S/lib--widget--input_complete.c.html#L414'>str_isspace</a> 414 lib/widget/input_complete.c for (bi = buffer; bi[0] != '\0' && str_isspace (bi); str_next_char (&bi))</span>
|
|
<span class='curline'><a href='../S/lib--widget--input_complete.c.html#L433'>str_isspace</a> 433 lib/widget/input_complete.c for (; t[0] != '\0' && !str_isspace (t); str_next_char (&t))</span>
|
|
<span class='curline'><a href='../S/lib--widget--input_complete.c.html#L442'>str_isspace</a> 442 lib/widget/input_complete.c for (; bi[0] != '\0' && !str_isspace (bi); str_next_char (&bi))</span>
|
|
<span class='curline'><a href='../S/lib--widget--input_complete.c.html#L450'>str_isspace</a> 450 lib/widget/input_complete.c for (; bi[0] != '\0' && str_isspace (bi); str_next_char (&bi))</span>
|
|
<span class='curline'><a href='../S/lib--widget--input_complete.c.html#L455'>str_isspace</a> 455 lib/widget/input_complete.c for (lc_start = bi; bi[0] != '\0' && !str_isspace (bi); str_next_char (&bi))</span>
|
|
<span class='curline'><a href='../S/lib--widget--input_complete.c.html#L786'>str_isspace</a> 786 lib/widget/input_complete.c while (p < q && p[0] != '\0' && str_isspace (p))</span>
|
|
<span class='curline'><a href='../S/lib--widget--input_complete.c.html#L790'>str_isspace</a> 790 lib/widget/input_complete.c return (p[0] == 'c' && p[1] == 'd' && str_isspace (p + 2) && p + 2 < q);</span>
|
|
</pre>
|
|
</body>
|
|
</html>
|