Home
last modified time | relevance | path

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

/dports/comms/flmsg/flmsg-4.0.19/src/
H A Dflmsg_dialog.cxx906 int num_custom_entries = 0; variable
944 num_custom_entries = 0; in init_custom_menu()
974 num_custom_entries = 0; in load_custom_menu()
1008 custom_pairs[num_custom_entries].mnu_name = in load_custom_menu()
1019 num_custom_entries++; in load_custom_menu()
1029 for (int j = i+1; j < num_custom_entries; j++) in load_custom_menu()
1038 for (int i = 0; i < num_custom_entries; i++) { in load_custom_menu()
1048 for (int i = 0; i < num_custom_entries; i++) in load_custom_menu()
1063 if (num_custom_entries == 0) return; in update_custom_transfer()
1065 for (int i = 0; i < num_custom_entries; i++) { in update_custom_transfer()
[all …]
/dports/www/epiphany/epiphany-41.0/src/
H A Dephy-suggestion-model.c42 guint num_custom_entries; member
302 if (self->num_custom_entries < MAX_URL_ENTRIES) { in append_suggestion()
309 self->num_custom_entries++; in append_suggestion()
437 self->num_custom_entries = 0; in query_collection_done()
/dports/comms/flmsg/flmsg-4.0.19/src/include/
H A Dflmsg_dialog.h834 extern int num_custom_entries;
/dports/comms/flmsg/flmsg-4.0.19/src/custom/
H A Dcustom.cxx827 for (int i = 0; i < num_custom_entries; i++) { in read_custombuffer()