mirror of
https://github.com/MidnightCommander/source.git
synced 2026-02-02 11:11:55 -08:00
32 lines
3.2 KiB
HTML
32 lines
3.2 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>su</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--util.c.html#L702'>su</a> 702 lib/util.c const char *su = s;</span>
|
|
<span class='curline'><a href='../S/lib--util.c.html#L704'>su</a> 704 lib/util.c for (; *su != '\0'; str_cnext_char (&su))</span>
|
|
<span class='curline'><a href='../S/lib--util.c.html#L705'>su</a> 705 lib/util.c if (!whitespace (*su) && *su != ',')</span>
|
|
<span class='curline'><a href='../S/lib--util.c.html#L708'>su</a> 708 lib/util.c return su;</span>
|
|
<span class='curline'><a href='../S/lib--util.c.html#L716'>su</a> 716 lib/util.c const char *su = s;</span>
|
|
<span class='curline'><a href='../S/lib--util.c.html#L718'>su</a> 718 lib/util.c for (; *su != '\0'; str_cnext_char (&su))</span>
|
|
<span class='curline'><a href='../S/lib--util.c.html#L719'>su</a> 719 lib/util.c if (!str_isdigit (su))</span>
|
|
<span class='curline'><a href='../S/lib--util.c.html#L722'>su</a> 722 lib/util.c return su;</span>
|
|
<span class='curline'><a href='../S/src--subshell--common.c.html#L1469'>su</a> 1469 src/subshell/common.c for (const char *su = s; su[0] != '\0'; su = n)</span>
|
|
<span class='curline'><a href='../S/src--subshell--common.c.html#L1471'>su</a> 1471 src/subshell/common.c n = str_cget_next_char_safe (su);</span>
|
|
<span class='curline'><a href='../S/src--subshell--common.c.html#L1478'>su</a> 1478 src/subshell/common.c if ((unsigned char) su[0] >= 0x80 || g_ascii_isalnum (su[0])</span>
|
|
<span class='curline'><a href='../S/src--subshell--common.c.html#L1479'>su</a> 1479 src/subshell/common.c || strchr ("/.-_", su[0]) != NULL)</span>
|
|
<span class='curline'><a href='../S/src--subshell--common.c.html#L1482'>su</a> 1482 src/subshell/common.c if (line_length + (n - su) > max_length)</span>
|
|
<span class='curline'><a href='../S/src--subshell--common.c.html#L1491'>su</a> 1491 src/subshell/common.c g_string_append_len (ret, su, (size_t) (n - su));</span>
|
|
<span class='curline'><a href='../S/src--subshell--common.c.html#L1492'>su</a> 1492 src/subshell/common.c line_length += (n - su);</span>
|
|
<span class='curline'><a href='../S/src--subshell--common.c.html#L1497'>su</a> 1497 src/subshell/common.c for (size_t c = 0; c < (size_t) (n - su); c++)</span>
|
|
<span class='curline'><a href='../S/src--subshell--common.c.html#L1508'>su</a> 1508 src/subshell/common.c g_string_append_printf (ret, escape_fmt, (unsigned char) su[c]);</span>
|
|
</pre>
|
|
</body>
|
|
</html>
|