Searched refs:pageno_format (Results 1 – 1 of 1) sorted by relevance
/dports/print/tex-xdvik/xdvik-22.87/texk/xdvik/gui/ |
H A D | pagesel.c | 164 static const char* const pageno_format = "%c %s "; variable 174 static const char* const pageno_format = "%c %*d "; variable 876 sprintf(buf, pageno_format, ' ', page_info.page_labels[i]); in xm_set_page_labels() 904 sprintf(buf, pageno_format, '*', page_info.page_labels[idx]); in xm_toggle_label() 909 sprintf(buf, pageno_format, ' ', page_info.page_labels[idx]); in xm_toggle_label() 1012 sprintf(page_info.page_labels[idx], pageno_format, '*', get_page_size(), in xaw_toggle_label() 1017 sprintf(page_info.page_labels[idx], pageno_format, ' ', get_page_size(), in xaw_toggle_label()
|