Home
last modified time | relevance | path

Searched refs:history_list (Results 1 – 25 of 423) sorted by relevance

12345678910>>...17

/dports/www/awffull/awffull-3.10.2/src/
H A Dpreserve.c160history_list[i].month, history_list[i].year, history_list[i].hit, history_list[i].file, history_li… in put_history()
161 history_list[i].last_day, history_list[i].page, history_list[i].visit); in put_history()
221 history_list[i].year = history_list[i + j].year; in update_history_array()
222 history_list[i].month = history_list[i + j].month; in update_history_array()
223 history_list[i].hit = history_list[i + j].hit; in update_history_array()
224 history_list[i].file = history_list[i + j].file; in update_history_array()
225 history_list[i].site = history_list[i + j].site; in update_history_array()
226 history_list[i].xfer = history_list[i + j].xfer; in update_history_array()
229 history_list[i].page = history_list[i + j].page; in update_history_array()
267history_list[i].month, history_list[i].year, history_list[i].hit, history_list[i].file, history_li… in update_history_array()
[all …]
H A Dgraphs.c647 if (history_list[i].hit > maxval) { in year_graph6x()
648 maxval = history_list[i].hit; in year_graph6x()
650 if (history_list[i].file > maxval) { in year_graph6x()
651 maxval = history_list[i].file; in year_graph6x()
735 if (history_list[i].page > maxval) { in year_graph6x()
736 maxval = history_list[i].page; in year_graph6x()
767 if (history_list[i].site > maxval) { in year_graph6x()
768 maxval = history_list[i].site; in year_graph6x()
770 if (history_list[i].visit > maxval) { in year_graph6x()
771 maxval = history_list[i].visit; in year_graph6x()
[all …]
/dports/japanese/awffull/awffull-3.10.2/src/
H A Dpreserve.c160history_list[i].month, history_list[i].year, history_list[i].hit, history_list[i].file, history_li… in put_history()
161 history_list[i].last_day, history_list[i].page, history_list[i].visit); in put_history()
221 history_list[i].year = history_list[i + j].year; in update_history_array()
222 history_list[i].month = history_list[i + j].month; in update_history_array()
223 history_list[i].hit = history_list[i + j].hit; in update_history_array()
224 history_list[i].file = history_list[i + j].file; in update_history_array()
225 history_list[i].site = history_list[i + j].site; in update_history_array()
226 history_list[i].xfer = history_list[i + j].xfer; in update_history_array()
229 history_list[i].page = history_list[i + j].page; in update_history_array()
267history_list[i].month, history_list[i].year, history_list[i].hit, history_list[i].file, history_li… in update_history_array()
[all …]
/dports/deskutils/parcellite/parcellite-1.2.1/src/
H A Dhistory.c23 GList* history_list=NULL; variable
98 history_list = g_list_prepend(history_list, c); in read_history_old()
104 history_list = g_list_reverse(history_list); in read_history_old()
222 history_list = g_list_prepend(history_list, c); in read_history()
231 history_list = g_list_reverse(history_list); in read_history()
386 history_list=g_list_remove_link(history_list,element); in append_item()
426 history_list = g_list_delete_link(history_list, element); in delete_duplicate()
444 if (history_list) { in truncate_history()
454 history_list=g_list_remove(history_list,c); in truncate_history()
469 if (history_list) in get_last_item()
[all …]
/dports/misc/xiphos/xiphos-4.2.1/src/main/
H A Dtab_history.c156 if (!strcmp(tab->history_list[i].verseref, in main_add_tab_history_item()
167 tab->history_list[i] = tab->history_list[i + 1]; in main_add_tab_history_item()
173 strcpy(tab->history_list[tab->history_items].verseref, in main_add_tab_history_item()
176 strcpy(tab->history_list[tab->history_items].textmod, in main_add_tab_history_item()
179 strcpy(tab->history_list[tab->history_items].commod, in main_add_tab_history_item()
212 tab->history_list[i] = tab->history_list[i + 1]; in main_fake_tab_history_item()
223 strcpy(tab->history_list[tab->history_items].commod, in main_fake_tab_history_item()
282 cur_passage_tab->history_list[i].verseref); in on_history_to_verse_list_activate()
323 if (!strcmp(tab->history_list[i].verseref, in main_versekey_drop_down_new()
356 tab->history_list[historynum].textmod)); in main_change_verse_tab_history()
[all …]
/dports/cad/pcb/pcb-4.2.0/src/hid/gtk/
H A Dgui-command-window.c70 static GList *history_list; variable
168 for (i = 0, list = history_list; list; list = list->next, ++i) in command_history_add()
173 history_list = g_list_remove (history_list, s); in command_history_add()
174 history_list = g_list_prepend (history_list, s); in command_history_add()
186 history_list = g_list_prepend (history_list, s); in command_history_add()
191 if (g_list_length (history_list) > ghidgui->history_size) in command_history_add()
193 s = (gchar *) g_list_nth_data (history_list, ghidgui->history_size); in command_history_add()
194 history_list = g_list_remove (history_list, s); in command_history_add()
/dports/games/freeciv/freeciv-2.6.6/client/gui-gtk-3.22/
H A Dluaconsole.c54 struct genlist *history_list; member
92 luaconsole->history_list = genlist_new(); in luaconsole_dialog_init()
104 if (luaconsole->history_list) { in luaconsole_dialog_done()
105 genlist_destroy(luaconsole->history_list); in luaconsole_dialog_done()
263 fc_assert_ret(pdialog->history_list); in luaconsole_input_return()
271 if (genlist_size(pdialog->history_list) >= MAX_LUACONSOLE_HISTORY) { in luaconsole_input_return()
274 history_data = genlist_get(pdialog->history_list, -1); in luaconsole_input_return()
275 genlist_remove(pdialog->history_list, history_data); in luaconsole_input_return()
279 genlist_prepend(pdialog->history_list, fc_strdup(theinput)); in luaconsole_input_return()
358 fc_assert_ret_val(pdialog->history_list, FALSE); in luaconsole_input_handler()
[all …]
/dports/games/freeciv/freeciv-2.6.6/client/gui-gtk-2.0/
H A Dluaconsole.c54 struct genlist *history_list; member
92 luaconsole->history_list = genlist_new(); in luaconsole_dialog_init()
104 if (luaconsole->history_list) { in luaconsole_dialog_done()
105 genlist_destroy(luaconsole->history_list); in luaconsole_dialog_done()
257 fc_assert_ret(pdialog->history_list); in luaconsole_input_return()
265 if (genlist_size(pdialog->history_list) >= MAX_LUACONSOLE_HISTORY) { in luaconsole_input_return()
268 history_data = genlist_get(pdialog->history_list, -1); in luaconsole_input_return()
269 genlist_remove(pdialog->history_list, history_data); in luaconsole_input_return()
273 genlist_prepend(pdialog->history_list, fc_strdup(theinput)); in luaconsole_input_return()
348 fc_assert_ret_val(pdialog->history_list, FALSE); in luaconsole_input_handler()
[all …]
/dports/games/freeciv-nox11/freeciv-2.6.6/client/gui-gtk-2.0/
H A Dluaconsole.c54 struct genlist *history_list; member
92 luaconsole->history_list = genlist_new(); in luaconsole_dialog_init()
104 if (luaconsole->history_list) { in luaconsole_dialog_done()
105 genlist_destroy(luaconsole->history_list); in luaconsole_dialog_done()
257 fc_assert_ret(pdialog->history_list); in luaconsole_input_return()
265 if (genlist_size(pdialog->history_list) >= MAX_LUACONSOLE_HISTORY) { in luaconsole_input_return()
268 history_data = genlist_get(pdialog->history_list, -1); in luaconsole_input_return()
269 genlist_remove(pdialog->history_list, history_data); in luaconsole_input_return()
273 genlist_prepend(pdialog->history_list, fc_strdup(theinput)); in luaconsole_input_return()
348 fc_assert_ret_val(pdialog->history_list, FALSE); in luaconsole_input_handler()
[all …]
/dports/games/freeciv-nox11/freeciv-2.6.6/client/gui-gtk-3.0/
H A Dluaconsole.c54 struct genlist *history_list; member
92 luaconsole->history_list = genlist_new(); in luaconsole_dialog_init()
104 if (luaconsole->history_list) { in luaconsole_dialog_done()
105 genlist_destroy(luaconsole->history_list); in luaconsole_dialog_done()
262 fc_assert_ret(pdialog->history_list); in luaconsole_input_return()
270 if (genlist_size(pdialog->history_list) >= MAX_LUACONSOLE_HISTORY) { in luaconsole_input_return()
273 history_data = genlist_get(pdialog->history_list, -1); in luaconsole_input_return()
274 genlist_remove(pdialog->history_list, history_data); in luaconsole_input_return()
278 genlist_prepend(pdialog->history_list, fc_strdup(theinput)); in luaconsole_input_return()
357 fc_assert_ret_val(pdialog->history_list, FALSE); in luaconsole_input_handler()
[all …]
/dports/games/freeciv-nox11/freeciv-2.6.6/client/gui-gtk-3.22/
H A Dluaconsole.c54 struct genlist *history_list; member
92 luaconsole->history_list = genlist_new(); in luaconsole_dialog_init()
104 if (luaconsole->history_list) { in luaconsole_dialog_done()
105 genlist_destroy(luaconsole->history_list); in luaconsole_dialog_done()
263 fc_assert_ret(pdialog->history_list); in luaconsole_input_return()
271 if (genlist_size(pdialog->history_list) >= MAX_LUACONSOLE_HISTORY) { in luaconsole_input_return()
274 history_data = genlist_get(pdialog->history_list, -1); in luaconsole_input_return()
275 genlist_remove(pdialog->history_list, history_data); in luaconsole_input_return()
279 genlist_prepend(pdialog->history_list, fc_strdup(theinput)); in luaconsole_input_return()
358 fc_assert_ret_val(pdialog->history_list, FALSE); in luaconsole_input_handler()
[all …]
/dports/games/freeciv/freeciv-2.6.6/client/gui-gtk-3.0/
H A Dluaconsole.c54 struct genlist *history_list; member
92 luaconsole->history_list = genlist_new(); in luaconsole_dialog_init()
104 if (luaconsole->history_list) { in luaconsole_dialog_done()
105 genlist_destroy(luaconsole->history_list); in luaconsole_dialog_done()
262 fc_assert_ret(pdialog->history_list); in luaconsole_input_return()
270 if (genlist_size(pdialog->history_list) >= MAX_LUACONSOLE_HISTORY) { in luaconsole_input_return()
273 history_data = genlist_get(pdialog->history_list, -1); in luaconsole_input_return()
274 genlist_remove(pdialog->history_list, history_data); in luaconsole_input_return()
278 genlist_prepend(pdialog->history_list, fc_strdup(theinput)); in luaconsole_input_return()
357 fc_assert_ret_val(pdialog->history_list, FALSE); in luaconsole_input_handler()
[all …]
/dports/games/avanor/avanor-0.5.8/helpers/
H A Dmsgwin.cpp29 history_list = new XGuiList(); in XMsgWin()
33 history_list->AddItem(new XGuiItem_Text("Welcome!")); in XMsgWin()
39 delete history_list; in ~XMsgWin()
71 history_list->AddItem(new XGuiItem_Text(sent_buf), 1); in Add()
168 history_list->Run(); in ShowHistory()
/dports/audio/siren/siren-0.9/
H A Dhistory.c33 TAILQ_HEAD(history_list, history_entry);
36 struct history_list list;
74 if (h->current_entry == TAILQ_LAST(&h->list, history_list)) in history_get_next()
89 if ((h->current_entry = TAILQ_PREV(h->current_entry, history_list, in history_get_prev()
/dports/editors/nano/nano-5.9/src/
H A Dprompt.c443 linestruct **history_list, void (*refresh_func)(void)) in acquire_an_answer() argument
489 if (history_list != NULL) { in acquire_an_answer()
494 answer = get_history_completion(history_list, in acquire_an_answer()
507 if (history_list != NULL) { in acquire_an_answer()
510 if ((*history_list)->next == NULL && *answer != '\0') in acquire_an_answer()
515 if ((history = get_history_older(history_list)) != NULL) { in acquire_an_answer()
521 if (history_list != NULL) { in acquire_an_answer()
524 if ((history = get_history_newer(history_list)) != NULL) { in acquire_an_answer()
531 if ((*history_list)->next == NULL && in acquire_an_answer()
567 if (history_list != NULL) { in acquire_an_answer()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/media/pocketsphinx/src/
H A Ddict.c580 dict_get_winner_wid(ngram_model_t *model, const char * word_grapheme, glist_t history_list, int wor… in dict_get_winner_wid() argument
595 for (gn = history_list; gn; gn = gnode_next(gn)) { in dict_get_winner_wid()
638 glist_t history_list = NULL; in dict_g2p() local
646 history_list = glist_add_int32(history_list, wid_sentence); in dict_g2p()
649 winner = dict_get_winner_wid(ngram_g2p_model, word_grapheme, history_list, word_offset); in dict_g2p()
653 ckd_free(history_list); in dict_g2p()
656 history_list = glist_add_int32(history_list, winner.winner_wid); in dict_g2p()
662 history_list = glist_reverse(history_list); in dict_g2p()
664 for (gn = history_list; gn; gn = gnode_next(gn)) { in dict_g2p()
686 if (history_list) in dict_g2p()
[all …]
/dports/www/choqok/choqok-1.7.0/libchoqok/ui/
H A Dchoqoktabbar.cpp68 QList<int> history_list; member in Choqok::UI::ChoqokTabBarPrivate
341 p->history_list[ i ]++; in insertTab()
348 p->history_list << 0; in insertTab()
375 int index = p->history_list.at(i); in moveTab()
377 p->history_list[ i ] += shift; in moveTab()
381 p->history_list[ i ] = to; in moveTab()
393 p->history_list.removeAll(index); in removeTab()
398 if (p->history_list.at(i) > index) { in removeTab()
399 p->history_list[ i ]--; in removeTab()
402 if (!p->history_list.isEmpty()) { in removeTab()
[all …]
/dports/audio/easytag/easytag-2.4.3/src/
H A Dfile_list.h49 GList * et_history_list_add (GList *history_list, ET_File *ETFile);
53 gboolean et_history_list_has_undo (GList *history_list);
54 gboolean et_history_list_has_redo (GList *history_list);
/dports/net/hostapd-devel/hostap-14ab4a816/src/utils/
H A Dedit.c32 static struct dl_list history_list; variable
184 dl_list_for_each(h, &history_list, struct edit_history, list) { in history_add()
195 dl_list_add(&history_list, &h->list); in history_add()
209 dl_list_add(&history_list, &h->list); in history_add()
230 dl_list_first(&history_list, struct edit_history, list)) { in history_prev()
241 dl_list_last(&history_list, struct edit_history, list)) in history_prev()
254 dl_list_first(&history_list, struct edit_history, list)) { in history_next()
304 dl_list_for_each_reverse(h, &history_list, struct edit_history, list) { in history_write()
319 dl_list_for_each_reverse(h, &history_list, struct edit_history, list) in history_debug_dump()
876 dl_list_for_each(h, &history_list, struct edit_history, list) { in search_find()
[all …]
/dports/net/hostapd/hostapd-2.9/src/utils/
H A Dedit.c32 static struct dl_list history_list; variable
184 dl_list_for_each(h, &history_list, struct edit_history, list) { in history_add()
195 dl_list_add(&history_list, &h->list); in history_add()
209 dl_list_add(&history_list, &h->list); in history_add()
230 dl_list_first(&history_list, struct edit_history, list)) { in history_prev()
241 dl_list_last(&history_list, struct edit_history, list)) in history_prev()
254 dl_list_first(&history_list, struct edit_history, list)) { in history_next()
304 dl_list_for_each_reverse(h, &history_list, struct edit_history, list) { in history_write()
319 dl_list_for_each_reverse(h, &history_list, struct edit_history, list) in history_debug_dump()
876 dl_list_for_each(h, &history_list, struct edit_history, list) { in search_find()
[all …]
/dports/security/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Dedit.c32 static struct dl_list history_list; variable
184 dl_list_for_each(h, &history_list, struct edit_history, list) { in history_add()
195 dl_list_add(&history_list, &h->list); in history_add()
209 dl_list_add(&history_list, &h->list); in history_add()
230 dl_list_first(&history_list, struct edit_history, list)) { in history_prev()
241 dl_list_last(&history_list, struct edit_history, list)) in history_prev()
254 dl_list_first(&history_list, struct edit_history, list)) { in history_next()
304 dl_list_for_each_reverse(h, &history_list, struct edit_history, list) { in history_write()
319 dl_list_for_each_reverse(h, &history_list, struct edit_history, list) in history_debug_dump()
876 dl_list_for_each(h, &history_list, struct edit_history, list) { in search_find()
[all …]
/dports/security/wpa_supplicant-devel/hostap-14ab4a816/src/utils/
H A Dedit.c32 static struct dl_list history_list; variable
184 dl_list_for_each(h, &history_list, struct edit_history, list) { in history_add()
195 dl_list_add(&history_list, &h->list); in history_add()
209 dl_list_add(&history_list, &h->list); in history_add()
230 dl_list_first(&history_list, struct edit_history, list)) { in history_prev()
241 dl_list_last(&history_list, struct edit_history, list)) in history_prev()
254 dl_list_first(&history_list, struct edit_history, list)) { in history_next()
304 dl_list_for_each_reverse(h, &history_list, struct edit_history, list) { in history_write()
319 dl_list_for_each_reverse(h, &history_list, struct edit_history, list) in history_debug_dump()
876 dl_list_for_each(h, &history_list, struct edit_history, list) { in search_find()
[all …]
/dports/net/wpa_supplicant_gui/wpa_supplicant-2.9/src/utils/
H A Dedit.c32 static struct dl_list history_list; variable
184 dl_list_for_each(h, &history_list, struct edit_history, list) { in history_add()
195 dl_list_add(&history_list, &h->list); in history_add()
209 dl_list_add(&history_list, &h->list); in history_add()
230 dl_list_first(&history_list, struct edit_history, list)) { in history_prev()
241 dl_list_last(&history_list, struct edit_history, list)) in history_prev()
254 dl_list_first(&history_list, struct edit_history, list)) { in history_next()
304 dl_list_for_each_reverse(h, &history_list, struct edit_history, list) { in history_write()
319 dl_list_for_each_reverse(h, &history_list, struct edit_history, list) in history_debug_dump()
876 dl_list_for_each(h, &history_list, struct edit_history, list) { in search_find()
[all …]
/dports/japanese/ebview-gtk2/ebview-0.3.6/src/
H A Dhistory.c27 GList *history_list = NULL; variable
107 history_list = g_list_remove(history_list, next->data); in save_result_history()
115 history_list = g_list_append(history_list, result); in save_result_history()
116 current_in_history = g_list_last(history_list); in save_result_history()
/dports/graphics/geeqie/geeqie-1.6/src/
H A Dhistory_list.c188 static GList *history_list = NULL; variable
291 list = g_list_last(history_list); in history_list_save()
343 GList *work = history_list; in history_list_find_by_key()
372 history_list = g_list_remove(history_list, hd); in history_list_free_key()
389 history_list = g_list_prepend(history_list, hd); in history_list_add_to_key()

12345678910>>...17