Home
last modified time | relevance | path

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

/dports/x11-wm/kickshaw/kickshaw_0.5.26_source_only/GTK3.93/source/
H A Dcheck_for_external_changes_timeout.c54 GSList *rows_with_icons_loop; in check_for_external_file_and_settings_changes() local
102 for (rows_with_icons_loop = ks.rows_with_icons; in check_for_external_file_and_settings_changes()
103 rows_with_icons_loop; in check_for_external_file_and_settings_changes()
104 rows_with_icons_loop = rows_with_icons_loop->next) { in check_for_external_file_and_settings_changes()
105 path_loop = rows_with_icons_loop->data; in check_for_external_file_and_settings_changes()
/dports/x11-wm/kickshaw/kickshaw_0.5.26_source_only/GTK3/source/
H A Dcheck_for_external_changes_timeout.c54 GSList *rows_with_icons_loop; in check_for_external_file_and_settings_changes() local
102 for (rows_with_icons_loop = ks.rows_with_icons; in check_for_external_file_and_settings_changes()
103 rows_with_icons_loop; in check_for_external_file_and_settings_changes()
104 rows_with_icons_loop = rows_with_icons_loop->next) { in check_for_external_file_and_settings_changes()
105 path_loop = rows_with_icons_loop->data; in check_for_external_file_and_settings_changes()
/dports/x11-wm/kickshaw/kickshaw_0.5.26_source_only/GTK2/source/
H A Dcheck_for_external_changes_timeout.c60 GSList *rows_with_icons_loop; local
112 for (rows_with_icons_loop = ks.rows_with_icons;
113 rows_with_icons_loop;
114 rows_with_icons_loop = rows_with_icons_loop->next) {
115 path_loop = rows_with_icons_loop->data;