Home
last modified time | relevance | path

Searched refs:history_pos (Results 1 – 25 of 188) sorted by relevance

12345678

/dports/archivers/lhasa/lhasa-0.3.1/test/compressed/
H A Dlz5-to-lzs67 history_pos = 4096 - 18
70 global history, history_pos
78 history[history_pos] = b
79 history_pos = (history_pos + 1) % 4096
86 distance = history_pos - pos
88 if pos > history_pos:
89 distance = history_pos + 4096 - pos
96 history[history_pos] = b
97 history_pos = (history_pos + 1) % 4096
/dports/audio/zynaddsubfx/zynaddsubfx-3.0.6-rc5/rtosc/src/cpp/
H A Dundo-history.cpp24 long history_pos; member in rtosc::UndoHistoryImpl
37 impl->history_pos = 0; in UndoHistory()
50 if(impl->history.size() != (unsigned) impl->history_pos) { in recordEvent()
51 impl->history.resize(impl->history_pos); in recordEvent()
61 impl->history_pos++; in recordEvent()
66 impl->history_pos--; in recordEvent()
109 if(history_pos == 0) in mergeEvent()
111 for(int i=history_pos-1; i>=0; --i) { in mergeEvent()
139 history_pos = 0; in clear()
151 long dest = impl->history_pos + distance; in seekHistory()
[all …]
/dports/misc/vifm/vifm-0.11/src/
H A Dflist_hist.c47 ? view->history_pos in flist_hist_go_back()
48 : (view->history_pos - 1); in flist_hist_go_back()
70 int pos = view->history_pos + 1; in flist_hist_go_forward()
105 view->history_pos = pos; in navigate_to_history_pos()
153 view->history_pos = 0; in free_view_history()
174 view->history_pos -= delta; in reduce_view_history()
211 x = view->history_pos; in flist_hist_setup()
225 while(x > view->history_pos) in flist_hist_setup()
400 int i = view->history_pos; in find_hist_entry()
429 dst->history_pos = 0; in flist_hist_clone()
[all …]
/dports/www/trafficserver/trafficserver-9.1.1/include/tscore/
H A DHistory.h45 int pos = history_pos++ % Count;
55 history_pos = 0; in clear()
61 return history_pos >= Count; in overflowed()
67 return history_pos > Count ? Count : history_pos; in size()
79 unsigned int history_pos = 0; variable
/dports/devel/geany-plugin-xmlsnippets/geany-plugins-1.38/vimode/src/
H A Dexcmd-prompt.c42 static gint history_pos; variable
116 if (history_pos == -1 && history->len > 0) in on_prompt_key_press_event()
118 else if (history_pos > 0) in on_prompt_key_press_event()
119 pos = history_pos - 1; in on_prompt_key_press_event()
131 history_pos = pos; in on_prompt_key_press_event()
143 if (history_pos == -1) in on_prompt_key_press_event()
146 pos = history_pos + 1; in on_prompt_key_press_event()
159 history_pos = pos; in on_prompt_key_press_event()
189 history_pos = -1; in on_prompt_key_press_event()
265 history_pos = -1; in ex_prompt_show()
/dports/devel/geany-plugin-workbench/geany-plugins-1.38/vimode/src/
H A Dexcmd-prompt.c42 static gint history_pos; variable
116 if (history_pos == -1 && history->len > 0) in on_prompt_key_press_event()
118 else if (history_pos > 0) in on_prompt_key_press_event()
119 pos = history_pos - 1; in on_prompt_key_press_event()
131 history_pos = pos; in on_prompt_key_press_event()
143 if (history_pos == -1) in on_prompt_key_press_event()
146 pos = history_pos + 1; in on_prompt_key_press_event()
159 history_pos = pos; in on_prompt_key_press_event()
189 history_pos = -1; in on_prompt_key_press_event()
265 history_pos = -1; in ex_prompt_show()
/dports/devel/geany-plugins-l10n/geany-plugins-1.38/vimode/src/
H A Dexcmd-prompt.c42 static gint history_pos; variable
116 if (history_pos == -1 && history->len > 0) in on_prompt_key_press_event()
118 else if (history_pos > 0) in on_prompt_key_press_event()
119 pos = history_pos - 1; in on_prompt_key_press_event()
131 history_pos = pos; in on_prompt_key_press_event()
143 if (history_pos == -1) in on_prompt_key_press_event()
146 pos = history_pos + 1; in on_prompt_key_press_event()
159 history_pos = pos; in on_prompt_key_press_event()
189 history_pos = -1; in on_prompt_key_press_event()
265 history_pos = -1; in ex_prompt_show()
/dports/devel/geany-plugin-pohelper/geany-plugins-1.38/vimode/src/
H A Dexcmd-prompt.c42 static gint history_pos; variable
116 if (history_pos == -1 && history->len > 0) in on_prompt_key_press_event()
118 else if (history_pos > 0) in on_prompt_key_press_event()
119 pos = history_pos - 1; in on_prompt_key_press_event()
131 history_pos = pos; in on_prompt_key_press_event()
143 if (history_pos == -1) in on_prompt_key_press_event()
146 pos = history_pos + 1; in on_prompt_key_press_event()
159 history_pos = pos; in on_prompt_key_press_event()
189 history_pos = -1; in on_prompt_key_press_event()
265 history_pos = -1; in ex_prompt_show()
/dports/devel/geany-plugin-prj/geany-plugins-1.38/vimode/src/
H A Dexcmd-prompt.c42 static gint history_pos; variable
116 if (history_pos == -1 && history->len > 0) in on_prompt_key_press_event()
118 else if (history_pos > 0) in on_prompt_key_press_event()
119 pos = history_pos - 1; in on_prompt_key_press_event()
131 history_pos = pos; in on_prompt_key_press_event()
143 if (history_pos == -1) in on_prompt_key_press_event()
146 pos = history_pos + 1; in on_prompt_key_press_event()
159 history_pos = pos; in on_prompt_key_press_event()
189 history_pos = -1; in on_prompt_key_press_event()
265 history_pos = -1; in ex_prompt_show()
/dports/devel/geany-plugin-tableconvert/geany-plugins-1.38/vimode/src/
H A Dexcmd-prompt.c42 static gint history_pos; variable
116 if (history_pos == -1 && history->len > 0) in on_prompt_key_press_event()
118 else if (history_pos > 0) in on_prompt_key_press_event()
119 pos = history_pos - 1; in on_prompt_key_press_event()
131 history_pos = pos; in on_prompt_key_press_event()
143 if (history_pos == -1) in on_prompt_key_press_event()
146 pos = history_pos + 1; in on_prompt_key_press_event()
159 history_pos = pos; in on_prompt_key_press_event()
189 history_pos = -1; in on_prompt_key_press_event()
265 history_pos = -1; in ex_prompt_show()
/dports/devel/geany-plugin-vimode/geany-plugins-1.38/vimode/src/
H A Dexcmd-prompt.c42 static gint history_pos; variable
116 if (history_pos == -1 && history->len > 0) in on_prompt_key_press_event()
118 else if (history_pos > 0) in on_prompt_key_press_event()
119 pos = history_pos - 1; in on_prompt_key_press_event()
131 history_pos = pos; in on_prompt_key_press_event()
143 if (history_pos == -1) in on_prompt_key_press_event()
146 pos = history_pos + 1; in on_prompt_key_press_event()
159 history_pos = pos; in on_prompt_key_press_event()
189 history_pos = -1; in on_prompt_key_press_event()
265 history_pos = -1; in ex_prompt_show()
/dports/devel/geany-plugin-vc/geany-plugins-1.38/vimode/src/
H A Dexcmd-prompt.c42 static gint history_pos; variable
116 if (history_pos == -1 && history->len > 0) in on_prompt_key_press_event()
118 else if (history_pos > 0) in on_prompt_key_press_event()
119 pos = history_pos - 1; in on_prompt_key_press_event()
131 history_pos = pos; in on_prompt_key_press_event()
143 if (history_pos == -1) in on_prompt_key_press_event()
146 pos = history_pos + 1; in on_prompt_key_press_event()
159 history_pos = pos; in on_prompt_key_press_event()
189 history_pos = -1; in on_prompt_key_press_event()
265 history_pos = -1; in ex_prompt_show()
/dports/devel/geany-plugin-shiftcolumn/geany-plugins-1.38/vimode/src/
H A Dexcmd-prompt.c42 static gint history_pos; variable
116 if (history_pos == -1 && history->len > 0) in on_prompt_key_press_event()
118 else if (history_pos > 0) in on_prompt_key_press_event()
119 pos = history_pos - 1; in on_prompt_key_press_event()
131 history_pos = pos; in on_prompt_key_press_event()
143 if (history_pos == -1) in on_prompt_key_press_event()
146 pos = history_pos + 1; in on_prompt_key_press_event()
159 history_pos = pos; in on_prompt_key_press_event()
189 history_pos = -1; in on_prompt_key_press_event()
265 history_pos = -1; in ex_prompt_show()
/dports/devel/geany-plugin-pairtaghighlighter/geany-plugins-1.38/vimode/src/
H A Dexcmd-prompt.c42 static gint history_pos; variable
116 if (history_pos == -1 && history->len > 0) in on_prompt_key_press_event()
118 else if (history_pos > 0) in on_prompt_key_press_event()
119 pos = history_pos - 1; in on_prompt_key_press_event()
131 history_pos = pos; in on_prompt_key_press_event()
143 if (history_pos == -1) in on_prompt_key_press_event()
146 pos = history_pos + 1; in on_prompt_key_press_event()
159 history_pos = pos; in on_prompt_key_press_event()
189 history_pos = -1; in on_prompt_key_press_event()
265 history_pos = -1; in ex_prompt_show()
/dports/devel/geany-plugin-projectorganizer/geany-plugins-1.38/vimode/src/
H A Dexcmd-prompt.c42 static gint history_pos; variable
116 if (history_pos == -1 && history->len > 0) in on_prompt_key_press_event()
118 else if (history_pos > 0) in on_prompt_key_press_event()
119 pos = history_pos - 1; in on_prompt_key_press_event()
131 history_pos = pos; in on_prompt_key_press_event()
143 if (history_pos == -1) in on_prompt_key_press_event()
146 pos = history_pos + 1; in on_prompt_key_press_event()
159 history_pos = pos; in on_prompt_key_press_event()
189 history_pos = -1; in on_prompt_key_press_event()
265 history_pos = -1; in ex_prompt_show()
/dports/devel/geany-plugin-pretty-printer/geany-plugins-1.38/vimode/src/
H A Dexcmd-prompt.c42 static gint history_pos; variable
116 if (history_pos == -1 && history->len > 0) in on_prompt_key_press_event()
118 else if (history_pos > 0) in on_prompt_key_press_event()
119 pos = history_pos - 1; in on_prompt_key_press_event()
131 history_pos = pos; in on_prompt_key_press_event()
143 if (history_pos == -1) in on_prompt_key_press_event()
146 pos = history_pos + 1; in on_prompt_key_press_event()
159 history_pos = pos; in on_prompt_key_press_event()
189 history_pos = -1; in on_prompt_key_press_event()
265 history_pos = -1; in ex_prompt_show()
/dports/devel/geany-plugin-treebrowser/geany-plugins-1.38/vimode/src/
H A Dexcmd-prompt.c42 static gint history_pos; variable
116 if (history_pos == -1 && history->len > 0) in on_prompt_key_press_event()
118 else if (history_pos > 0) in on_prompt_key_press_event()
119 pos = history_pos - 1; in on_prompt_key_press_event()
131 history_pos = pos; in on_prompt_key_press_event()
143 if (history_pos == -1) in on_prompt_key_press_event()
146 pos = history_pos + 1; in on_prompt_key_press_event()
159 history_pos = pos; in on_prompt_key_press_event()
189 history_pos = -1; in on_prompt_key_press_event()
265 history_pos = -1; in ex_prompt_show()
/dports/devel/geany-plugin-scope/geany-plugins-1.38/vimode/src/
H A Dexcmd-prompt.c42 static gint history_pos; variable
116 if (history_pos == -1 && history->len > 0) in on_prompt_key_press_event()
118 else if (history_pos > 0) in on_prompt_key_press_event()
119 pos = history_pos - 1; in on_prompt_key_press_event()
131 history_pos = pos; in on_prompt_key_press_event()
143 if (history_pos == -1) in on_prompt_key_press_event()
146 pos = history_pos + 1; in on_prompt_key_press_event()
159 history_pos = pos; in on_prompt_key_press_event()
189 history_pos = -1; in on_prompt_key_press_event()
265 history_pos = -1; in ex_prompt_show()
/dports/devel/geany-plugin-sendmail/geany-plugins-1.38/vimode/src/
H A Dexcmd-prompt.c42 static gint history_pos; variable
116 if (history_pos == -1 && history->len > 0) in on_prompt_key_press_event()
118 else if (history_pos > 0) in on_prompt_key_press_event()
119 pos = history_pos - 1; in on_prompt_key_press_event()
131 history_pos = pos; in on_prompt_key_press_event()
143 if (history_pos == -1) in on_prompt_key_press_event()
146 pos = history_pos + 1; in on_prompt_key_press_event()
159 history_pos = pos; in on_prompt_key_press_event()
189 history_pos = -1; in on_prompt_key_press_event()
265 history_pos = -1; in ex_prompt_show()
/dports/devel/geany-plugin-updatechecker/geany-plugins-1.38/vimode/src/
H A Dexcmd-prompt.c42 static gint history_pos; variable
116 if (history_pos == -1 && history->len > 0) in on_prompt_key_press_event()
118 else if (history_pos > 0) in on_prompt_key_press_event()
119 pos = history_pos - 1; in on_prompt_key_press_event()
131 history_pos = pos; in on_prompt_key_press_event()
143 if (history_pos == -1) in on_prompt_key_press_event()
146 pos = history_pos + 1; in on_prompt_key_press_event()
159 history_pos = pos; in on_prompt_key_press_event()
189 history_pos = -1; in on_prompt_key_press_event()
265 history_pos = -1; in ex_prompt_show()
/dports/devel/geany-plugin-utilslib/geany-plugins-1.38/vimode/src/
H A Dexcmd-prompt.c42 static gint history_pos; variable
116 if (history_pos == -1 && history->len > 0) in on_prompt_key_press_event()
118 else if (history_pos > 0) in on_prompt_key_press_event()
119 pos = history_pos - 1; in on_prompt_key_press_event()
131 history_pos = pos; in on_prompt_key_press_event()
143 if (history_pos == -1) in on_prompt_key_press_event()
146 pos = history_pos + 1; in on_prompt_key_press_event()
159 history_pos = pos; in on_prompt_key_press_event()
189 history_pos = -1; in on_prompt_key_press_event()
265 history_pos = -1; in ex_prompt_show()
/dports/devel/geany-plugin-pg/geany-plugins-1.38/vimode/src/
H A Dexcmd-prompt.c42 static gint history_pos; variable
116 if (history_pos == -1 && history->len > 0) in on_prompt_key_press_event()
118 else if (history_pos > 0) in on_prompt_key_press_event()
119 pos = history_pos - 1; in on_prompt_key_press_event()
131 history_pos = pos; in on_prompt_key_press_event()
143 if (history_pos == -1) in on_prompt_key_press_event()
146 pos = history_pos + 1; in on_prompt_key_press_event()
159 history_pos = pos; in on_prompt_key_press_event()
189 history_pos = -1; in on_prompt_key_press_event()
265 history_pos = -1; in ex_prompt_show()
/dports/devel/geany-plugin-spellcheck/geany-plugins-1.38/vimode/src/
H A Dexcmd-prompt.c42 static gint history_pos; variable
116 if (history_pos == -1 && history->len > 0) in on_prompt_key_press_event()
118 else if (history_pos > 0) in on_prompt_key_press_event()
119 pos = history_pos - 1; in on_prompt_key_press_event()
131 history_pos = pos; in on_prompt_key_press_event()
143 if (history_pos == -1) in on_prompt_key_press_event()
146 pos = history_pos + 1; in on_prompt_key_press_event()
159 history_pos = pos; in on_prompt_key_press_event()
189 history_pos = -1; in on_prompt_key_press_event()
265 history_pos = -1; in ex_prompt_show()
/dports/devel/geany-plugin-insertnum/geany-plugins-1.38/vimode/src/
H A Dexcmd-prompt.c42 static gint history_pos; variable
116 if (history_pos == -1 && history->len > 0) in on_prompt_key_press_event()
118 else if (history_pos > 0) in on_prompt_key_press_event()
119 pos = history_pos - 1; in on_prompt_key_press_event()
131 history_pos = pos; in on_prompt_key_press_event()
143 if (history_pos == -1) in on_prompt_key_press_event()
146 pos = history_pos + 1; in on_prompt_key_press_event()
159 history_pos = pos; in on_prompt_key_press_event()
189 history_pos = -1; in on_prompt_key_press_event()
265 history_pos = -1; in ex_prompt_show()
/dports/devel/geany-plugin-miniscript/geany-plugins-1.38/vimode/src/
H A Dexcmd-prompt.c42 static gint history_pos; variable
116 if (history_pos == -1 && history->len > 0) in on_prompt_key_press_event()
118 else if (history_pos > 0) in on_prompt_key_press_event()
119 pos = history_pos - 1; in on_prompt_key_press_event()
131 history_pos = pos; in on_prompt_key_press_event()
143 if (history_pos == -1) in on_prompt_key_press_event()
146 pos = history_pos + 1; in on_prompt_key_press_event()
159 history_pos = pos; in on_prompt_key_press_event()
189 history_pos = -1; in on_prompt_key_press_event()
265 history_pos = -1; in ex_prompt_show()

12345678