mirror of
https://github.com/MidnightCommander/source.git
synced 2026-02-02 11:11:55 -08:00
29 lines
2.8 KiB
HTML
29 lines
2.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>real_path</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--shell.c.html#L152'>real_path</a> 152 lib/shell.c if (strstr (mc_shell->path, "/zsh") != NULL || strstr (mc_shell->real_path, "/zsh") != NULL</span>
|
|
<span class='curline'><a href='../S/lib--shell.c.html#L160'>real_path</a> 160 lib/shell.c || strstr (mc_shell->real_path, "/tcsh") != NULL)</span>
|
|
<span class='curline'><a href='../S/lib--shell.c.html#L167'>real_path</a> 167 lib/shell.c || strstr (mc_shell->real_path, "/csh") != NULL)</span>
|
|
<span class='curline'><a href='../S/lib--shell.c.html#L173'>real_path</a> 173 lib/shell.c || strstr (mc_shell->real_path, "/fish") != NULL)</span>
|
|
<span class='curline'><a href='../S/lib--shell.c.html#L179'>real_path</a> 179 lib/shell.c || strstr (mc_shell->real_path, "/dash") != NULL)</span>
|
|
<span class='curline'><a href='../S/lib--shell.c.html#L185'>real_path</a> 185 lib/shell.c else if (strstr (mc_shell->real_path, "/busybox") != NULL)</span>
|
|
<span class='curline'><a href='../S/lib--shell.c.html#L197'>real_path</a> 197 lib/shell.c else if (strstr (mc_shell->path, "/ksh") != NULL || strstr (mc_shell->real_path, "/ksh") != NULL</span>
|
|
<span class='curline'><a href='../S/lib--shell.c.html#L199'>real_path</a> 199 lib/shell.c || strstr (mc_shell->real_path, "/ksh93") != NULL</span>
|
|
<span class='curline'><a href='../S/lib--shell.c.html#L201'>real_path</a> 201 lib/shell.c || strstr (mc_shell->real_path, "/oksh") != NULL)</span>
|
|
<span class='curline'><a href='../S/lib--shell.c.html#L207'>real_path</a> 207 lib/shell.c || strstr (mc_shell->real_path, "/mksh") != NULL</span>
|
|
<span class='curline'><a href='../S/lib--shell.c.html#L209'>real_path</a> 209 lib/shell.c || strstr (mc_shell->real_path, "/lksh") != NULL)</span>
|
|
<span class='curline'><a href='../S/lib--shell.c.html#L273'>real_path</a> 273 lib/shell.c mc_shell->real_path = mc_realpath (mc_shell->path, rp_shell);</span>
|
|
<span class='curline'><a href='../S/lib--shell.c.html#L277'>real_path</a> 277 lib/shell.c if (mc_shell->real_path != NULL)</span>
|
|
<span class='curline'><a href='../S/lib--shell.h.html#L33'>real_path</a> 33 lib/shell.h char *real_path;</span>
|
|
</pre>
|
|
</body>
|
|
</html>
|