HomeSort by: relevance | last modified time | path
    Searched defs:v_flag (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/arch/atari/stand/tostools/loadbsd/
loadbsd.c 49 int v_flag = 0; /* show version */ variable in typeref:typename:int
121 v_flag = 1;
137 if (v_flag)
  /src/sys/arch/atari/stand/tostools/rawwrite/
rawwrite.c 47 int v_flag = 0; /* Verbose (a dot for each track copied) */ variable in typeref:typename:int
48 int V_flag = 0; /* Show version */
81 v_flag = 1;
84 V_flag = 1;
96 if (V_flag)
117 if (v_flag) {
125 if (v_flag)
  /src/sys/arch/atari/stand/tostools/chg_pid/
chg_pid.c 97 int v_flag = 0; /* show version */ variable in typeref:typename:int
129 v_flag = 1;
144 if (v_flag) {
  /src/bin/sh/
exec.c 1112 int V_flag = 0;
1113 int v_flag = 0; local in function:typecmd
1118 case 'v': v_flag = 1; break;
1119 case 'V': V_flag = 1; break;
1124 if (argv[0][0] != 'c' && v_flag | V_flag | p_flag)
1127 if (v_flag && V_flag)
1135 if (!v_flag)
1143 if (v_flag)
    [all...]
  /src/sbin/fdisk/
fdisk.c 214 static int v_flag; /* more verbose */ variable in typeref:typename:int
392 v_flag = 0;
452 v_flag++;
712 if (!sh_flag && v_flag >= 2) {
835 if (partp->mbrp_type == 0 && v_flag < 2) {
859 if (v_flag == 0 && le32toh(partp->mbrp_start) == ptn_0_offset)
880 if (v_flag) {
891 if (partp->mbrp_type == 0 && start == 0 && v_flag < 3)
898 (v_flag <= 2 && !ext.is_corrupt))
954 * failing tests, but for smaller values of v_flag we stop after th
    [all...]

Completed in 14 milliseconds