4.1cBSD/a/sys/h/vcmd.h

Compare this file to the similar file:
Show the results in this format:

/*	vcmd.h	4.4	83/03/10	*/

#define	VPRINT		0100
#define	VPLOT		0200
#define	VPRINTPLOT	0400

#define	VGETSTATE	_IOR(v, 0, int)
#define	VSETSTATE	_IOW(v, 1, int)