2.9BSD/usr/include/sys/vcmd.h

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

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

#define	GETSTATE	(('v'<<8)|0)
#define	SETSTATE	(('v'<<8)|1)
#define	BUFWRITE	(('v'<<8)|2)	/* async write */