Home
last modified time | relevance | path

Searched refs:prevsel (Results 1 – 21 of 21) sorted by relevance

/dports/emulators/mess/mame-mame0226/src/devices/bus/ti99/peb/
H A Dsidmaster.cpp61 bool prevsel = m_selected; in crureadz() local
63 if (prevsel && !m_selected) in crureadz()
74 bool prevsel = m_selected; in cruwrite() local
76 if (prevsel && !m_selected) in cruwrite()
/dports/emulators/mame/mame-mame0226/src/devices/bus/ti99/peb/
H A Dsidmaster.cpp61 bool prevsel = m_selected; in crureadz() local
63 if (prevsel && !m_selected) in crureadz()
74 bool prevsel = m_selected; in cruwrite() local
76 if (prevsel && !m_selected) in cruwrite()
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/draw/
H A Dcmapcube.c20 int prevsel; variable
162 prevsel = -1; in eresized()
215 if(i == prevsel) in main()
225 prevsel = i; in main()
/dports/security/snortsnarf/SnortSnarf-1.0/SnortSnarf-021111.1/include/SnortSnarf/
H A DHTMLOutput+other.pm667 my $prevsel= select($PAGE);
675 close($PAGE); select($prevsel);
839 my $prevsel= select($PAGE);
880 my $prevsel= select($RANGE);
892 close($RANGE); select($prevsel);
898 my $prevsel= select($ALL);
906 close($ALL); select($prevsel);
911 close($PAGE); select($prevsel);
H A DHTMLOutput.pm915 my $prevsel= select($PAGE);
923 close($PAGE); select($prevsel);
1087 my $prevsel= select($PAGE);
1128 my $prevsel= select($RANGE);
1140 close($RANGE); select($prevsel);
1146 my $prevsel= select($ALL);
1154 close($ALL); select($prevsel);
1159 close($PAGE); select($prevsel);
/dports/security/snortsnarf/SnortSnarf-1.0/include/SnortSnarf/
H A DHTMLOutput+other.pm667 my $prevsel= select($PAGE);
675 close($PAGE); select($prevsel);
839 my $prevsel= select($PAGE);
880 my $prevsel= select($RANGE);
892 close($RANGE); select($prevsel);
898 my $prevsel= select($ALL);
906 close($ALL); select($prevsel);
911 close($PAGE); select($prevsel);
H A DHTMLOutput.pm915 my $prevsel= select($PAGE);
923 close($PAGE); select($prevsel);
1087 my $prevsel= select($PAGE);
1128 my $prevsel= select($RANGE);
1140 close($RANGE); select($prevsel);
1146 my $prevsel= select($ALL);
1154 close($ALL); select($prevsel);
1159 close($PAGE); select($prevsel);
/dports/emulators/mednafen/mednafen/src/snes_faust/cart/
H A Dsdd1.cpp163 uint32 prevsel; in InitDecomp() local
169 prevsel = GetInputBits(2); in InitDecomp()
170 SNES_DBG("[SDD1] depth=%u, prevsel=%u\n", Decomp.depth, prevsel); in InitDecomp()
182 switch(prevsel) in InitDecomp()
/dports/games/golly/golly-3.3-src/gui-wx/
H A Dwxundo.h125 Selection prevsel; // selection at start of gen change variable
H A Dwxundo.cpp812 prevsel = currlayer->currsel; in RememberGenStart()
919 change->oldsel = prevsel; in RememberGenFinish()
953 prevsel = currlayer->startsel; in AddGenChange()
1684 prevsel = history->prevsel; in DuplicateHistory()
H A Dwxview.h184 Selection prevsel; // previous selection variable
H A Dwxview.cpp2003 prevsel.Deselect(); in StartSelectingCells()
2064 if (currlayer->currsel != prevsel) { in SelectCells()
2067 prevsel = currlayer->currsel; in SelectCells()
/dports/games/golly/golly-3.3-src/gui-common/
H A Dundo.h128 Selection prevsel; // selection at start of gen change variable
H A Dundo.cpp761 prevsel = currlayer->currsel; in RememberGenStart()
853 change->oldsel = prevsel; in RememberGenFinish()
882 prevsel = currlayer->startsel; in AddGenChange()
1452 prevsel = history->prevsel; in DuplicateHistory()
H A Dview.cpp67 static Selection prevsel; // previous selection variable
468 if (currlayer->currsel != prevsel) { in SelectCells()
471 prevsel = currlayer->currsel; in SelectCells()
501 prevsel.Deselect(); in StartSelectingCells()
/dports/mail/alpine/alpine-465e23b/alpine/
H A Daddrbook.c5057 prevsel = as.selections; in ab_select()
5177 comatose(prevsel-as.selections), in ab_select()
5206 as.selections > prevsel) in ab_select()
5261 as.selections > prevsel) in ab_select()
5283 if(prevsel == as.selections && prevsel > 0){ in ab_select()
5292 else if(prevsel == 0){ in ab_select()
5305 if(prevsel == 1) in ab_select()
5311 comatose(prevsel)); in ab_select()
5329 comatose(prevsel-as.selections)); in ab_select()
5332 if((as.selections-prevsel) == 1) in ab_select()
[all …]
/dports/editors/pico-alpine/alpine-465e23b/alpine/
H A Daddrbook.c5057 prevsel = as.selections; in ab_select()
5177 comatose(prevsel-as.selections), in ab_select()
5206 as.selections > prevsel) in ab_select()
5261 as.selections > prevsel) in ab_select()
5283 if(prevsel == as.selections && prevsel > 0){ in ab_select()
5292 else if(prevsel == 0){ in ab_select()
5305 if(prevsel == 1) in ab_select()
5311 comatose(prevsel)); in ab_select()
5329 comatose(prevsel-as.selections)); in ab_select()
5332 if((as.selections-prevsel) == 1) in ab_select()
[all …]
/dports/games/eboard/eboard-1.1.3/
H A Dntext.h124 stack<char *> prevsel; variable
H A Dntext.cc815 while(!prevsel.empty()) { in freeOldSelections()
816 x = prevsel.top(); in freeOldSelections()
818 prevsel.pop(); in freeOldSelections()
1085 me->prevsel.push(txt); in ntext_getsel()
/dports/devel/notcurses/notcurses-3.0.1/src/lib/
H A Dtabbed.c387 nctab* prevsel = nt->selected; in nctabbed_select() local
389 return prevsel; in nctabbed_select()
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dst_stuff.c1727 static INT32 prevsel[2] = {0, 0}, prevtime[2] = {0, 0}; in ST_drawNiGHTSLink() local
1733 if (sel != prevsel[q]) in ST_drawNiGHTSLink()
1735 prevsel[q] = sel; in ST_drawNiGHTSLink()