emul
emul( elog2, den, den ); /* log 2 * f1 */
void eadd(), esub(), emul(), ediv();
emul( elog2, b, b );
emul( xx, etwo, xx );
emul( y, y, z );
emul( z, a, a );
emul( b, y, y );
emul( y, etwo, y );
emul( w, w, w ); /* arg to the 2-to-the-kth power */
emul( w, z, z );
emul( eone, z, z );
emul( y, w, w );
emul( eone, z, z );
emul( x, x, xx );
emul( p, t, t );
emul( ten, y, y );
emul( r, w, w );
emul( r, t, t );
emul( p, xt, xt );
emul( eten, q5, q5 );
emul( eten, q5, q5 );
emul( maxm, q5, fullp );
emul( maxm, fullp, fullp );
emul( eten, q5, q5 );
emul( etwo, q5, q5 );
emul( etwo, q5, q5 );
emul( etwo, q5, q5 );
emul( e1, e3, e3 );
emul( WIDTH, ex, ex );
emul( ea, ex, ea ); /* a = 1.0e-13 * x * a; */
emul( e10m13, ea, ea );
emul( ex, ex, ex ); /* square it, to get range to 10^17 - 1 */
emul( e27, ex, ex );
emul( ex, em, erand );
emul( WIDTH, ex, ex );
emul( ea, ex, ea ); /* a = 1.0e-13 * x * a; */
emul( e10m13, ea, ea );
char emul[WSEMUL_NAME_SIZE];
d->screentype, d->emul)) == 0)
wsscreen_attach(struct wsdisplay_softc *sc, int console, const char *emul,
(dconf->wsemul = wsemul_pick(emul)) == NULL)
const char *screentype, const char *emul)
scr = wsscreen_attach(sc, 0, emul, scrdesc,
strlcpy(sd->emul, scr->scr_dconf->wsemul->name, WSEMUL_NAME_SIZE);
strlcpy(asd.emul, optarg, WSEMUL_NAME_SIZE);
asd.emul[0] = 0;