c  common blocks for xplot/vplot
c
	parameter (mfbuf = 512)
	byte fbuf(mfbuf)
	logical li4105,lo4105,ldiff
	parameter (kescm=0,kalfm=1,kvecm=2,kpntm=3,knull=4)
	integer kmode		!graphics mode
	common /buffer/ fbuf,li4105,lo4105,ldiff,kmode
c
	parameter (maxfn=50)
	integer*2 fnlist(maxfn)
	parameter (maxtx=1)
	character*16 txlist(maxtx)
	logical lstop,lttyo,ltemp,lkeep,lwait
c
	common /search/ iosave,fnlist,nfn,nftop,txlist,ntx,
     >		lstop,lttyo,ltemp,lkeep,lwait,lwid
c
	parameter (maxpage=3200)
	integer spage(2,maxpage)
	common /skips/ kskip,lskip,kpage,lpage,spage,
     >		incnt,inblk,inptr
