Files
source/Y/tl.html
github-actions[bot] 08571174ab Deploy to GitHub Pages
2026-02-01 17:32:02 +00:00

30 lines
3.1 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>tl</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/src--filemanager--boxes.c.html#L425'>tl</a> 425 src/filemanager/boxes.c TaskList *tl;</span>
<span class='curline'><a href='../S/src--filemanager--boxes.c.html#L433'>tl</a> 433 src/filemanager/boxes.c for (tl = task_list; tl != NULL; tl = tl-&gt;next)</span>
<span class='curline'><a href='../S/src--filemanager--boxes.c.html#L437'>tl</a> 437 src/filemanager/boxes.c s = g_strconcat (state_str[tl-&gt;state], " ", tl-&gt;info, (char *) NULL);</span>
<span class='curline'><a href='../S/src--filemanager--boxes.c.html#L438'>tl</a> 438 src/filemanager/boxes.c listbox_add_item_take (list, LISTBOX_APPEND_AT_END, 0, s, (void *) tl, FALSE);</span>
<span class='curline'><a href='../S/src--filemanager--boxes.c.html#L447'>tl</a> 447 src/filemanager/boxes.c TaskList *tl;</span>
<span class='curline'><a href='../S/src--filemanager--boxes.c.html#L456'>tl</a> 456 src/filemanager/boxes.c listbox_get_current (bg_list, NULL, (void **) &amp;tl);</span>
<span class='curline'><a href='../S/src--filemanager--boxes.c.html#L462'>tl</a> 462 src/filemanager/boxes.c tl-&gt;state = Task_Stopped;</span>
<span class='curline'><a href='../S/src--filemanager--boxes.c.html#L467'>tl</a> 467 src/filemanager/boxes.c tl-&gt;state = Task_Running;</span>
<span class='curline'><a href='../S/src--filemanager--boxes.c.html#L475'>tl</a> 475 src/filemanager/boxes.c unregister_task_running (tl-&gt;pid, tl-&gt;fd);</span>
<span class='curline'><a href='../S/src--filemanager--boxes.c.html#L477'>tl</a> 477 src/filemanager/boxes.c kill (tl-&gt;pid, sig);</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L209'>tl</a> 209 src/vfs/ftpfs/ftpfs_parse_ls.c time_t tl, tb;</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L218'>tl</a> 218 src/vfs/ftpfs/ftpfs_parse_ls.c tl = mktime (&amp;tc);</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L219'>tl</a> 219 src/vfs/ftpfs/ftpfs_parse_ls.c if (tl == -1)</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L222'>tl</a> 222 src/vfs/ftpfs/ftpfs_parse_ls.c tb = mktime (gmtime (&amp;tl));</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L224'>tl</a> 224 src/vfs/ftpfs/ftpfs_parse_ls.c return (tl &lt;= tb ? (tl + (tl - tb)) : (tl - (tb - tl)));</span>
</pre>
</body>
</html>