Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Ddot.tcshrc34 rmstar \
H A Dtc.decls.h100 extern void rmstar (struct wordent *);
H A DNewThings147 * rmstar needs to be set to protect from accidental removal
H A DFixes39 8. PR/597: Make rmstar work with aliased rm
45 2. Fix type of read in prompt confirmation (eg. rmstar) (David Kaspar)
135 9. make rmstar interruptible on linux
657 37. Fix rmstar not to corrupt memory when we say no. (Mark Peek)
2162 17. Fixed rmstar and continue_jobs code, so that they are not compile
2163 options, but shell variables. Now you need to 'set rmstar' to get
2164 enable rmstar.
H A Dsh.c2143 rmstar(&paraml); in process()
H A Dtc.func.c1137 rmstar(struct wordent *cp) in rmstar() function