Home
last modified time | relevance | path

Searched refs:V_flag (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/arch/atari/stand/tostools/rawwrite/
H A Drawwrite.c48 int V_flag = 0; /* Show version */ variable
84 V_flag = 1; in main()
96 if (V_flag) in main()
/netbsd-src/bin/sh/
H A Dexec.c1112 int V_flag = 0; in typecmd() local
1119 case 'V': V_flag = 1; break; in typecmd()
1124 if (argv[0][0] != 'c' && v_flag | V_flag | p_flag) in typecmd()
1127 if (v_flag && V_flag) in typecmd()