Home
last modified time | relevance | path

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

/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/arch/gtk3/novte/
H A Dvte.cc106 static GList *g_active_terminals; variable
8944 g_active_terminals = g_list_delete_link(g_active_terminals, that->m_active_terminals_link); in remove_from_active_list()
8955 if (g_active_terminals != nullptr) { in stop_processing()
8978 that->m_active_terminals_link = g_active_terminals = in add_process_timeout()
9157 for (l = g_active_terminals; l != NULL; l = next) { in process_timeout()
9163 if (l != g_active_terminals) { in process_timeout()
9251 for (l = g_active_terminals; l != NULL; l = next) { in update_repeat_timeout()
9256 if (l != g_active_terminals) { in update_repeat_timeout()
9275 if (g_active_terminals == nullptr) { in update_repeat_timeout()
9324 for (l = g_active_terminals; l != NULL; l = next) { in update_timeout()
[all …]
/dports/emulators/vice/vice-3.5/src/arch/gtk3/novte/
H A Dvte.cc106 static GList *g_active_terminals; variable
8943 g_active_terminals = g_list_delete_link(g_active_terminals, that->m_active_terminals_link); in remove_from_active_list()
8954 if (g_active_terminals != nullptr) { in stop_processing()
8977 that->m_active_terminals_link = g_active_terminals = in add_process_timeout()
9156 for (l = g_active_terminals; l != NULL; l = next) { in process_timeout()
9162 if (l != g_active_terminals) { in process_timeout()
9250 for (l = g_active_terminals; l != NULL; l = next) { in update_repeat_timeout()
9255 if (l != g_active_terminals) { in update_repeat_timeout()
9274 if (g_active_terminals == nullptr) { in update_repeat_timeout()
9323 for (l = g_active_terminals; l != NULL; l = next) { in update_timeout()
[all …]
/dports/x11-toolkits/vte3/vte-0.64.2/src/
H A Dvte.cc119 static GList *g_active_terminals; variable
10024 g_list_prepend(g_active_terminals, that); in add_update_timeout()
10043 g_active_terminals = g_list_delete_link(g_active_terminals, that->m_active_terminals_link); in remove_from_active_list()
10054 if (g_active_terminals != nullptr) in stop_processing()
10081 g_list_prepend(g_active_terminals, that); in add_process_timeout()
10298 for (l = g_active_terminals; l != NULL; l = next) { in process_timeout()
10304 if (l != g_active_terminals) { in process_timeout()
10392 for (l = g_active_terminals; l != NULL; l = next) { in update_repeat_timeout()
10397 if (l != g_active_terminals) { in update_repeat_timeout()
10416 if (g_active_terminals == nullptr) { in update_repeat_timeout()
[all …]
/dports/x11-toolkits/vte3/vte-0.64.2/
H A DChangeLog2006 removing it from g_active_terminals list while we're iterating