Home
last modified time | relevance | path

Searched refs:LAST_OPT_W (Results 1 – 1 of 1) sorted by relevance

/dports/sysutils/busybox/busybox-1.26.2/miscutils/
H A Dlast_fancy.c39 LAST_OPT_W = (1 << 0), /* -W wide */ enumerator
44 #define show_wide (option_mask32 & LAST_OPT_W)
176 if (opt & LAST_OPT_W) { in last_main()