Home
last modified time | relevance | path

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

/src/contrib/tcsh/
H A Dsh.dir.c187 #define DIR_CLEAR 0x40 /* -c */ macro
231 if ((dflag & DIR_CLEAR) != 0) { in dodirs()
252 if ((dflag & (DIR_CLEAR|DIR_LOAD|DIR_SAVE)) == 0 || (dflag & DIR_PRINT)) in dodirs()