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

27 lines
2.5 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>oldlistformat</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--listmode.c.html#L194'>oldlistformat</a> 194 src/filemanager/listmode.c init_listmode (char *oldlistformat)</span>
<span class='curline'><a href='../S/src--filemanager--listmode.c.html#L245'>oldlistformat</a> 245 src/filemanager/listmode.c if (strncmp (oldlistformat, "full ", 5) == 0)</span>
<span class='curline'><a href='../S/src--filemanager--listmode.c.html#L248'>oldlistformat</a> 248 src/filemanager/listmode.c oldlistformat += 5;</span>
<span class='curline'><a href='../S/src--filemanager--listmode.c.html#L250'>oldlistformat</a> 250 src/filemanager/listmode.c if (strncmp (oldlistformat, "half ", 5) == 0)</span>
<span class='curline'><a href='../S/src--filemanager--listmode.c.html#L252'>oldlistformat</a> 252 src/filemanager/listmode.c oldlistformat += 5;</span>
<span class='curline'><a href='../S/src--filemanager--listmode.c.html#L254'>oldlistformat</a> 254 src/filemanager/listmode.c if (strncmp (oldlistformat, "2 ", 2) == 0)</span>
<span class='curline'><a href='../S/src--filemanager--listmode.c.html#L257'>oldlistformat</a> 257 src/filemanager/listmode.c oldlistformat += 2;</span>
<span class='curline'><a href='../S/src--filemanager--listmode.c.html#L259'>oldlistformat</a> 259 src/filemanager/listmode.c if (strncmp (oldlistformat, "1 ", 2) == 0)</span>
<span class='curline'><a href='../S/src--filemanager--listmode.c.html#L261'>oldlistformat</a> 261 src/filemanager/listmode.c oldlistformat += 2;</span>
<span class='curline'><a href='../S/src--filemanager--listmode.c.html#L263'>oldlistformat</a> 263 src/filemanager/listmode.c s = strtok (oldlistformat, ",");</span>
<span class='curline'><a href='../S/src--filemanager--listmode.c.html#L333'>oldlistformat</a> 333 src/filemanager/listmode.c listmode_edit (char *oldlistformat)</span>
<span class='curline'><a href='../S/src--filemanager--listmode.c.html#L339'>oldlistformat</a> 339 src/filemanager/listmode.c s = g_strdup (oldlistformat);</span>
</pre>
</body>
</html>