Home
last modified time | relevance | path

Searched refs:cur_dimline_prec (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/xfig/xfig-3.2.8a/src/
H A Dw_msgpanel.c754 sprintf(format, "%%.%df %%s", cur_dimline_prec); in make_dimension_string()
762 sprintf(format, "%%.%df %%s", cur_dimline_prec); in make_dimension_string()
799 sprintf(format, "%%s%%.%df %%s", cur_dimline_prec); in make_dimension_string()
812 sprintf(format, "%%.%df square %%s", cur_dimline_prec); in make_dimension_string()
H A Dmode.c247 int cur_dimline_prec = 1; /* number of dec points in variable
H A Dmode.h332 extern int cur_dimline_prec;
H A Dw_indpanel.c2448 dimline_prec = cur_dimline_prec; in popup_dimline_panel()
3093 savecur_dimline_prec = cur_dimline_prec; in dimline_panel_preview()
3118 cur_dimline_prec = savecur_dimline_prec; in dimline_panel_preview()
3163 cur_dimline_prec = atoi(panel_get_value(dimline_precw)); in get_dimline_values()
3379 sprintf(indbuf, "Dec. place: %d", cur_dimline_prec); in show_dimline()