Searched refs:Ttimeflag (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/gnu/usr.bin/rcs/rcsclean/
H A Drcsclean.c51 int Ttimeflag; variable
63 Ttimeflag = false;
107 Ttimeflag = true;
220 Ttimeflag ? RCSstat.st_mtime : (time_t)-1
/freebsd-10-stable/gnu/usr.bin/rcs/co/
H A Dco.c204 int Ttimeflag; variable
218 Ttimeflag = false;
291 Ttimeflag = true;
465 Ttimeflag ? RCSstat.st_mtime : (time_t)-1
/freebsd-10-stable/gnu/usr.bin/rcs/ci/
H A Dci.c292 int lockflag, lockthis, mtimeflag, removedlock, Ttimeflag; variable
305 Ttimeflag = false;
435 Ttimeflag = true;
757 if (mtimeflag | Ttimeflag)
761 !Ttimeflag ? (time_t)-1
/freebsd-10-stable/gnu/usr.bin/rcs/rcs/
H A Drcs.c287 int keepRCStime, Ttimeflag; variable
310 Ttimeflag = false;
453 Ttimeflag = true;
521 keepRCStime = Ttimeflag;

Completed in 58 milliseconds