/*
* Copyright 2005 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
/* Copyright (c) 1984, 1986, 1987, 1988, 1989 AT&T */
/* All Rights Reserved */
/*
* Copyright (c) 1980 Regents of the University of California.
* All rights reserved. The Berkeley software License Agreement
* specifies the terms and conditions for redistribution.
*/
#pragma ident "%Z%%M% %I% %E% SMI"
#include "e.h"
void
{
/* use number '1', '2', '3' for roman, italic, bold */
else
#ifndef NEQN
#else /* NEQN */
#endif /* NEQN */
}
void
{
/* old font in p1, new in ft */
if (dbg)
printf(".\tb:fb: S%d <- \\f%c S%d \\f%c b=%d,h=%d,lf=%c,"
}
void
fatbox(int p)
{
yyval = p;
printf(".ds %d \\*(%d\\h'-\\n(%du+0.05m'\\*(%d\n", p, p, p, p);
}
void
globfont(void)
{
switch (gfont) {
case 'r': case 'R':
gfont = '1';
break;
case 'i': case 'I':
gfont = '2';
break;
case 'b': case 'B':
gfont = '3';
break;
}
}