Subversion Repositories SvarDOS

Rev

Rev 1960 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1960 Rev 1991
Line 51... Line 51...
51
 *       filter within FindFirst.
51
 *       filter within FindFirst.
52
 *
52
 *
53
 * NOTE: Multiple /A are not supported - only the last one is significant.
53
 * NOTE: Multiple /A are not supported - only the last one is significant.
54
 */
54
 */
55
 
55
 
-
 
56
 
56
#define WCOLWIDTH 15  /* width of a column in wide mode output */
57
/* width of a column in wide mode output: 15 chars is the MINIMUM because
-
 
58
 * directories are enclosed in [BRACKETS] and they may have an extension, too.
-
 
59
 * Hence "[12345678.123]" is the longest we can get. Plus a delimiter space. */
-
 
60
#define WCOLWIDTH 15
57
 
61
 
58
 
62
 
59
/* a "tiny" DTA is a DTA that is stripped from bytes that are not needed for
63
/* a "tiny" DTA is a DTA that is stripped from bytes that are not needed for
60
 * DIR operations */
64
 * DIR operations */
61
_Packed struct TINYDTA {
65
_Packed struct TINYDTA {