Home
last modified time | relevance | path

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

/dports/math/gretl/gretl-2021d/gui/
H A Dtextbuf.h93 int text_can_undo (windata_t *vwin);
H A Dtoolbar.c1536 } else if (func == G_CALLBACK(text_undo) && !text_can_undo(vwin)) { in build_text_popup()
H A Dtextbuf.c425 int text_can_undo (windata_t *vwin) in text_can_undo() function