Searched refs:expmode (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/gpl2/rcs/dist/src/ |
| H A D | rcsclean.c | 52 int dounlock, expmode, perform, unlocked, unlockflag, waslocked; variable 60 expmode = -1; 84 if (0 <= expmode) 86 if ((expmode = str2expmode(a)) < 0) 195 if (0 <= expmode) 196 Expand = expmode;
|
| H A D | co.c | 206 int expmode, r, tostdout, workstatstat; variable 218 expmode = -1; 322 if (0 <= expmode) redefined('k'); 323 if (0 <= (expmode = str2expmode(a))) 431 if (0 <= expmode) 432 Expand = expmode;
|
| H A D | rcs.c | 288 int branchflag, changed, expmode, initflag; variable 309 expmode = -1; 480 if (0 <= expmode) redefined('k'); 481 if (0 <= (expmode = str2expmode(a))) 546 if (0 <= expmode && Expand != expmode) { 547 Expand = expmode;
|
| /netbsd-src/tests/dev/audio/ |
| H A D | audiotest.c | 5078 int expmode = (aimode) in test_AUDIO_SETINFO_params_set() local 5081 XP_EQ(expmode, ai.mode); in test_AUDIO_SETINFO_params_set() 5451 int expmode = (aimode) in test_AUDIO_SETINFO_pause() local 5454 XP_EQ(expmode, ai.mode); in test_AUDIO_SETINFO_pause()
|