mirror of
https://github.com/MidnightCommander/source.git
synced 2026-02-02 11:11:55 -08:00
19 lines
1.1 KiB
HTML
19 lines
1.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>pseg</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--direntry.c.html#L181'>pseg</a> 181 lib/vfs/direntry.c size_t pseg;</span>
|
|
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L202'>pseg</a> 202 lib/vfs/direntry.c for (pseg = 0; path[pseg] != '\0' && !IS_PATH_SEP (path[pseg]); pseg++)</span>
|
|
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L208'>pseg</a> 208 lib/vfs/direntry.c if (strlen (ent->name) == pseg && strncmp (ent->name, path, pseg) == 0)</span>
|
|
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L223'>pseg</a> 223 lib/vfs/direntry.c path += pseg;</span>
|
|
</pre>
|
|
</body>
|
|
</html>
|