Home
last modified time | relevance | path

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

/dports/audio/snd/snd-21.2/
H A Dsnd-motif.c4801 char brkpt_buf[LABEL_BUFFER_SIZE]; in enved_display_point_label() local
4803 snprintf(brkpt_buf, LABEL_BUFFER_SIZE, "%.3f : %.5f", x, y); in enved_display_point_label()
4804 else snprintf(brkpt_buf, LABEL_BUFFER_SIZE, "%.3f : %.3f", x, y); in enved_display_point_label()
4805 set_button_label(brkptL, brkpt_buf); in enved_display_point_label()