Home
last modified time | relevance | path

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

/dports/audio/praat/praat-6.2.03/sys/
H A DGuiText.cpp351 my d_history_change = 1; in history_do() local
357 my d_history_change = 0; in history_do() local
405 if (my d_history_change) return; in _GuiGtkEntry_history_delete_cb() local
413 if (my d_history_change) return; in _GuiGtkEntry_history_insert_cb() local
422 if (my d_history_change) return; in _GuiGtkTextBuf_history_delete_cb() local
432 if (my d_history_change) return; in _GuiGtkTextBuf_history_insert_cb() local
578 my d_history_change = 0; in GuiText_create() local
H A DGui.h928 bool d_history_change : 1; in Thing_define() local