/* @(#)dbbc.h	1.2	(mg@ukc) 1/11/85 */
/* dbbc.h: definitions concerned with manipulation of ditroff intermediate */

extern int hpos, vpos;

#define hgoto(x) hpos = (x)
#define vgoto(x) vpos = (x)
#define hmot(x)  hpos += (x)
#define vmot(x)  vpos += (x)

/* Defines to identify the two types of byte ordering */
#define BO_LH 1
#define BO_HL 2
