Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Dtw.parse.c931 int showdots; /* Style to show dot files */ in tw_collect_items() local
953 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()
H A DNewThings80 * showdots=-A makes listing behave like ls -A.
H A DFixes1054 66. showdots has been removed; use listflags instead. [handles -x too]
1439 12. ls-F obeys showdots...
1699 29. showdots=-A addition