Home
last modified time | relevance | path

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

/dports/math/gretl/gretl-2021d/gui/
H A Dgpt_dialog.c703 static void gp_string_to_entry (GtkWidget *w, const char *s) in gp_string_to_entry() function
1687 gp_string_to_entry(entry, spec->titles[i]); in gpt_tab_main()
2681 gp_string_to_entry(ed->lineformula[i], line->formula); in gpt_tab_lines()
2715 gp_string_to_entry(ed->linetitle[i], line->title); in gpt_tab_lines()
2995 gp_string_to_entry(ed->labeltext[i], spec->labels[i].text); in gpt_tab_labels()
3256 gp_string_to_entry(entry, spec->titles[i]); in gpt_tab_XY()