Home
last modified time | relevance | path

Searched refs:EnvInt (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl2/groff/dist/src/libs/libdriver/
H A Dinput.cpp260 typedef int EnvInt; typedef
1087 EnvInt n = (EnvInt) args->len(); in send_draw()
1630 EnvInt font_res = font::res; in do_file()
1699 EnvInt hor_pos = (EnvInt) x; in do_file()
1744 current_env->hpos += (EnvInt) get_integer_arg(); in do_file()
1747 current_env->hpos = (EnvInt) get_integer_arg(); in do_file()
1786 EnvInt w; in do_file()
1798 EnvInt kern = (EnvInt) get_integer_arg(); in do_file()
1802 EnvInt w; in do_file()
1810 current_env->vpos += (EnvInt) get_integer_arg(); in do_file()
[all …]
/netbsd-src/external/gpl2/groff/dist/
H A DChangeLog.1182310 * src/libs/libdriver/input.cc: Introduce `EnvInt' typedef and use