ls: get rid of opt_flags[], handle -l1c through option_mask32
authorDenys Vlasenko <vda.linux@googlemail.com>
Mon, 23 Jan 2017 19:43:06 +0000 (20:43 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Mon, 23 Jan 2017 19:43:06 +0000 (20:43 +0100)
commitccc1699e3ec5ae0ec43a24fcad58c110f6f8360c
tree1ef87004d9a6b04370a2886f3422e18f90b5ee36
parent92c6898e10bde9889aa61e1a4f7253245b8f592e
ls: get rid of opt_flags[], handle -l1c through option_mask32

function                                             old     new   delta
display_single                                       885     888      +3
scan_and_display_dirs_recur                          496     486     -10
opt_flags                                             11       -     -11
ls_main                                              618     553     -65
------------------------------------------------------------------------------
(add/remove: 0/1 grow/shrink: 1/2 up/down: 3/-86)             Total: -83 bytes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
coreutils/ls.c