mirror of
https://github.com/MidnightCommander/source.git
synced 2026-02-02 11:11:55 -08:00
26 lines
2.3 KiB
HTML
26 lines
2.3 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>newformat</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#L300'>newformat</a> 300 src/filemanager/listmode.c char *newformat;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--listmode.c.html#L305'>newformat</a> 305 src/filemanager/listmode.c newformat = g_malloc (1024);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--listmode.c.html#L307'>newformat</a> 307 src/filemanager/listmode.c strcpy (newformat, "full ");</span>
|
|
<span class='curline'><a href='../S/src--filemanager--listmode.c.html#L309'>newformat</a> 309 src/filemanager/listmode.c strcpy (newformat, "half ");</span>
|
|
<span class='curline'><a href='../S/src--filemanager--listmode.c.html#L311'>newformat</a> 311 src/filemanager/listmode.c strcat (newformat, "2 ");</span>
|
|
<span class='curline'><a href='../S/src--filemanager--listmode.c.html#L320'>newformat</a> 320 src/filemanager/listmode.c strcat (newformat, ",");</span>
|
|
<span class='curline'><a href='../S/src--filemanager--listmode.c.html#L321'>newformat</a> 321 src/filemanager/listmode.c strcat (newformat, text);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--listmode.c.html#L324'>newformat</a> 324 src/filemanager/listmode.c return newformat;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--listmode.c.html#L335'>newformat</a> 335 src/filemanager/listmode.c char *newformat = NULL;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--listmode.c.html#L345'>newformat</a> 345 src/filemanager/listmode.c newformat = collect_new_format ();</span>
|
|
<span class='curline'><a href='../S/src--filemanager--listmode.c.html#L349'>newformat</a> 349 src/filemanager/listmode.c return newformat;</span>
|
|
</pre>
|
|
</body>
|
|
</html>
|