Home
last modified time | relevance | path

Searched refs:current_hist (Results 1 – 5 of 5) sorted by relevance

/dports/emulators/dosbox/dosbox-0.74-3/src/shell/
H A Dshell_misc.cpp48 bool current_hist=false; // current command stored in history? in InputCommand() local
117 if (it_history == l_history.begin() && !current_hist) { in InputCommand()
118 current_hist=true; in InputCommand()
144 if (current_hist) { in InputCommand()
145 current_hist=false; in InputCommand()
351 if (current_hist) { in InputCommand()
352 current_hist=false; in InputCommand()
/dports/games/libretro-dosbox/dosbox-libretro-aa71b67/src/shell/
H A Dshell_misc.cpp50 bool current_hist=false; // current command stored in history? in InputCommand() local
119 if (it_history == l_history.begin() && !current_hist) { in InputCommand()
120 current_hist=true; in InputCommand()
146 if (current_hist) { in InputCommand()
147 current_hist=false; in InputCommand()
392 if (current_hist) { in InputCommand()
393 current_hist=false; in InputCommand()
/dports/emulators/dosbox-staging/dosbox-staging-0.78.0/src/shell/
H A Dshell_misc.cpp58 bool current_hist=false; // current command stored in history? in InputCommand() local
127 if (it_history == l_history.begin() && !current_hist) { in InputCommand()
128 current_hist=true; in InputCommand()
154 if (current_hist) { in InputCommand()
155 current_hist=false; in InputCommand()
380 if (current_hist) { in InputCommand()
/dports/deskutils/xmdiary/xmdiary-3.0.3/xtools/
H A DxitInfo.c142 int current_hist; member
478 info_ref -> current_hist = -1; in xitInInitialize()
729 if( info_ref -> current_hist < 1 ) in backHistory()
734 history_ref = &info_ref -> history[ info_ref -> current_hist ]; in backHistory()
742 info_ref -> current_hist--; in backHistory()
746 history_ref = &info_ref -> history[ info_ref -> current_hist ]; in backHistory()
784 if( info_ref -> current_hist < 1 ) in canGoBack()
2100 if( info_ref -> current_hist >= 0 ) { in saveHistory()
2111 if( info_ref -> current_hist >= MAX_HISTORY - 1 ) { in saveHistory()
2134 if( info_ref -> current_hist < MAX_HISTORY - 1 ) in saveHistory()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Native/gc/
H A Dgc.cpp321 gc_history* current_hist = &gchist_per_heap[gchist_index_per_heap]; in add_to_history_per_heap() local
322 current_hist->gc_index = settings.gc_index; in add_to_history_per_heap()
323 current_hist->current_bgc_state = current_bgc_state; in add_to_history_per_heap()
325 current_hist->gc_time_ms = (uint32_t)elapsed; in add_to_history_per_heap()
329 current_hist->eph_high = heap_segment_allocated (ephemeral_heap_segment); in add_to_history_per_heap()
331 current_hist->bgc_lowest = background_saved_lowest_address; in add_to_history_per_heap()
332 current_hist->bgc_highest = background_saved_highest_address; in add_to_history_per_heap()
334 current_hist->fgc_lowest = lowest_address; in add_to_history_per_heap()
335 current_hist->fgc_highest = highest_address; in add_to_history_per_heap()
336 current_hist->g_lowest = g_gc_lowest_address; in add_to_history_per_heap()
[all …]