Home
last modified time | relevance | path

Searched refs:TEK_DPY_KERMIT (Results 1 – 7 of 7) sorted by relevance

/dports/graphics/plotutils/plotutils-2.6/libplot/
H A Dt_attribs.c52 if (_plotter->tek_display_type == TEK_DPY_KERMIT) in _pl_t_set_attributes()
60 if (_plotter->tek_display_type == TEK_DPY_KERMIT) in _pl_t_set_attributes()
74 if (_plotter->tek_display_type == TEK_DPY_KERMIT) in _pl_t_set_attributes()
H A Dt_color.c40 if (_plotter->tek_display_type == TEK_DPY_KERMIT) in _pl_t_set_pen_color()
60 if (_plotter->tek_display_type == TEK_DPY_KERMIT) in _pl_t_set_bg_color()
H A Dt_openpl.c31 || _plotter->tek_display_type == TEK_DPY_KERMIT) in _pl_t_begin_page()
H A Dt_closepl.c30 case TEK_DPY_KERMIT: in _pl_t_end_page()
H A Dt_path.c78 if (_plotter->tek_display_type != TEK_DPY_KERMIT in _pl_t_maybe_prepaint_segments()
H A Dt_defplot.c169 _plotter->tek_display_type = TEK_DPY_KERMIT; in _pl_t_initialize()
H A Dextern.h587 #define TEK_DPY_KERMIT 1 macro