mirror of
https://github.com/MidnightCommander/source.git
synced 2026-02-02 11:11:55 -08:00
22 lines
1.7 KiB
HTML
22 lines
1.7 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>local_time</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--vfs--parse_ls_vga.c.html#L528'>local_time</a> 528 lib/vfs/parse_ls_vga.c struct tm *local_time;</span>
|
|
<span class='curline'><a href='../S/lib--vfs--parse_ls_vga.c.html#L532'>local_time</a> 532 lib/vfs/parse_ls_vga.c local_time = localtime (&current_time);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--parse_ls_vga.c.html#L533'>local_time</a> 533 lib/vfs/parse_ls_vga.c tim.tm_mday = local_time->tm_mday;</span>
|
|
<span class='curline'><a href='../S/lib--vfs--parse_ls_vga.c.html#L534'>local_time</a> 534 lib/vfs/parse_ls_vga.c tim.tm_mon = local_time->tm_mon;</span>
|
|
<span class='curline'><a href='../S/lib--vfs--parse_ls_vga.c.html#L535'>local_time</a> 535 lib/vfs/parse_ls_vga.c tim.tm_year = local_time->tm_year;</span>
|
|
<span class='curline'><a href='../S/lib--vfs--parse_ls_vga.c.html#L625'>local_time</a> 625 lib/vfs/parse_ls_vga.c if (!got_year && local_time->tm_mon < 6 && local_time->tm_mon < tim.tm_mon</span>
|
|
<span class='curline'><a href='../S/lib--vfs--parse_ls_vga.c.html#L626'>local_time</a> 626 lib/vfs/parse_ls_vga.c && tim.tm_mon - local_time->tm_mon >= 6)</span>
|
|
</pre>
|
|
</body>
|
|
</html>
|