Jim Meyering 4e9a99dd9a (long_options): Changes table entries not to use this form:
{"all", no_argument, &show_all_fs, 1},
but rather this form:
{"all", no_argument, NULL, 'a'},
Using the latter, all the option handling in one place: the getopt loop.
1998-07-25 15:14:16 +00:00
.
1998-07-25 13:49:47 +00:00
1998-07-25 15:01:32 +00:00
.
1998-07-25 13:49:47 +00:00
1998-07-25 13:10:11 +00:00
1998-05-03 20:37:39 +00:00
.
1998-07-25 13:49:47 +00:00
1998-05-03 20:46:29 +00:00
.
1997-06-25 17:01:22 +00:00
1998-04-04 08:06:24 +00:00
.
1997-02-04 03:29:06 +00:00
1998-06-29 17:31:11 +00:00
S
Description
No description provided
52 MiB
Languages
C 56.8%
Shell 27.4%
Perl 11.5%
Makefile 2.2%
M4 0.9%
Other 1.2%