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

/haiku-fatelf/src/bin/rcs/
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;
H A Dco.c207 int expmode, r, tostdout, workstatstat; variable
219 expmode = -1;
323 if (0 <= expmode) redefined('k');
324 if (0 <= (expmode = str2expmode(a)))
432 if (0 <= expmode)
433 Expand = expmode;
H A Drcs.c289 int branchflag, changed, expmode, initflag; variable
310 expmode = -1;
481 if (0 <= expmode) redefined('k');
482 if (0 <= (expmode = str2expmode(a)))
547 if (0 <= expmode && Expand != expmode) {
548 Expand = expmode;

Completed in 95 milliseconds