Searched refs:expmode (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/gnu/usr.bin/rcs/rcsclean/
H A Drcsclean.c50 int dounlock, expmode, perform, unlocked, unlockflag, waslocked; variable
58 expmode = -1;
82 if (0 <= expmode)
84 if ((expmode = str2expmode(a)) < 0)
193 if (0 <= expmode)
194 Expand = expmode;
/freebsd-11-stable/gnu/usr.bin/rcs/co/
H A Dco.c203 int expmode, r, tostdout, workstatstat; variable
215 expmode = -1;
319 if (0 <= expmode) redefined('k');
320 if (0 <= (expmode = str2expmode(a)))
428 if (0 <= expmode)
429 Expand = expmode;
/freebsd-11-stable/gnu/usr.bin/rcs/rcs/
H A Drcs.c285 int branchflag, changed, expmode, initflag; variable
306 expmode = -1;
477 if (0 <= expmode) redefined('k');
478 if (0 <= (expmode = str2expmode(a)))
543 if (0 <= expmode && Expand != expmode) {
544 Expand = expmode;

Completed in 62 milliseconds