Lines Matching defs:Fflag
62 static int fflag; /* Unlink existing files. */
63 static int Fflag; /* Remove empty directories also. */
107 Fflag = 1;
116 fflag = 1;
126 fflag = 0;
147 Fflag = 0;
148 if (Fflag == 1 && iflag == 0) {
149 fflag = 1;
150 wflag = 0; /* Implied when fflag != 0 */
312 if (fflag && exists) {
313 if (Fflag && S_ISDIR(sb.st_mode)) {
334 if (Fflag && S_ISDIR(sb.st_mode)) {