/dports/graphics/xfig/xfig-3.2.8a/src/ |
H A D | e_update.c | 209 up_part(cur_capstyle, cur_l->cap_style, I_CAPSTYLE); in init_update_settings() 273 up_part(cur_capstyle, cur_a->cap_style, I_CAPSTYLE); in init_update_settings() 293 up_part(cur_capstyle, cur_s->cap_style, I_CAPSTYLE); in init_update_settings() 459 up_part(arc->cap_style, cur_capstyle, I_CAPSTYLE); in update_arc() 490 up_part(line->cap_style, cur_capstyle, I_CAPSTYLE); in update_line() 549 up_part(spline->cap_style, cur_capstyle, I_CAPSTYLE); in update_spline()
|
H A D | d_box.c | 118 box->cap_style = cur_capstyle; in create_boxobject()
|
H A D | d_arcbox.c | 116 box->cap_style = cur_capstyle; in create_arc_boxobject()
|
H A D | d_regpoly.c | 121 poly->cap_style = cur_capstyle; in create_regpoly()
|
H A D | mode.c | 209 int cur_capstyle = CAP_BUTT; variable
|
H A D | d_spline.c | 127 spline->cap_style = cur_capstyle; in create_splineobject()
|
H A D | e_tangent.c | 145 line->cap_style = cur_capstyle; in tangent_normal_line()
|
H A D | mode.h | 294 extern int cur_capstyle;
|
H A D | d_line.c | 277 line->cap_style = cur_capstyle; in create_lineobject()
|
H A D | d_arc.c | 270 arc->cap_style = cur_capstyle; in create_arcobject()
|
H A D | w_style.c | 78 "cap_style", Tint, NULL, &cur_capstyle, I_CAPSTYLE,
|
H A D | w_indpanel.c | 443 &cur_capstyle, NULL, inc_choice, dec_choice, show_capstyle, 0, 0, 0.0, 3601 update_choice_pixmap(sw, cur_capstyle); in show_capstyle() 3602 switch (cur_capstyle) { in show_capstyle()
|
/dports/math/gnuplot-lite/gnuplot-5.4.1/term/ |
H A D | fig_defs.h | 400 extern int cur_capstyle;
|
/dports/math/gnuplot/gnuplot-5.4.1/term/ |
H A D | fig_defs.h | 400 extern int cur_capstyle;
|
/dports/math/gnuplot-tex-extras/gnuplot-5.2.8/term/ |
H A D | fig_defs.h | 400 extern int cur_capstyle;
|
/dports/print/transfig/transfig.3.2.5e/fig2dev/dev/ |
H A D | genps.c | 90 static int cur_capstyle = 0; variable 1257 if (j != cur_capstyle) { 1258 cur_capstyle = j; 1259 fprintf(tfp, "%d slc\n", cur_capstyle); 2617 cur_capstyle = -1;
|
/dports/print/fig2dev/fig2dev-3.2.8a/fig2dev/dev/ |
H A D | genps.c | 157 static int cur_capstyle = 0; variable 1543 if (j != cur_capstyle) { in set_linecap() 1544 cur_capstyle = j; in set_linecap() 1545 fprintf(tfp, "%d slc\n", cur_capstyle); in set_linecap() 2851 cur_capstyle = -1; in do_split()
|
H A D | gentikz.c | 1057 static int cur_capstyle = 0; in set_capstyle() local 1064 if (c == cur_capstyle) in set_capstyle() 1067 cur_capstyle = c; in set_capstyle()
|
H A D | genpict2e.c | 118 static int cur_capstyle = 0; variable 344 if (j != cur_capstyle) { in set_linecap() 345 cur_capstyle = j; in set_linecap()
|
/dports/print/transfig/transfig.3.2.5e/ |
H A D | CHANGES | 898 o erroneous "extern" declarations for cur_capstyle and cur_joinstyle in two
|
/dports/print/fig2dev/fig2dev-3.2.8a/ |
H A D | CHANGES | 1135 o erroneous "extern" declarations for cur_capstyle and cur_joinstyle in two
|