Searched refs:showdots (Results 1 – 3 of 3) sorted by relevance
931 int showdots; /* Style to show dot files */ in tw_collect_items() local953 showdots = DOT_NONE; in tw_collect_items()958 showdots = DOT_ALL; in tw_collect_items()961 showdots = DOT_NOT; in tw_collect_items()994 if (showdots == DOT_NOT && (ISDOT(item.s) || ISDOTDOT(item.s))) in tw_collect_items()996 if (name_length == 0 && item.s[0] == '.' && showdots == DOT_NONE) in tw_collect_items()
80 * showdots=-A makes listing behave like ls -A.
1054 66. showdots has been removed; use listflags instead. [handles -x too]1439 12. ls-F obeys showdots...1699 29. showdots=-A addition