Home
last modified time | relevance | path

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

/dragonfly/contrib/tcsh-6/
H A Dsh.dir.c185 #define DIR_SAVE 0x10 /* -S */ macro
244 else if ((dflag & DIR_SAVE) != 0) in dodirs()
247 if (*v && (dflag & (DIR_SAVE|DIR_LOAD))) in dodirs()
252 if ((dflag & (DIR_CLEAR|DIR_LOAD|DIR_SAVE)) == 0 || (dflag & DIR_PRINT)) in dodirs()