Home
last modified time | relevance | path

Searched refs:whichBuf (Results 1 – 13 of 13) sorted by relevance

/dports/x11/xterm/xterm-370/
H A Dgraphics.c762 int bufferid = screen->whichBuf; in get_new_graphic()
817 int bufferid = screen->whichBuf; in get_new_or_matching_graphic()
1331 graphic->id, graphic->bufferid, screen->whichBuf)); in refresh_graphics()
1332 if (screen->whichBuf == 0) { in refresh_graphics()
1335 graphic->id, graphic->bufferid, screen->whichBuf)); in refresh_graphics()
1341 graphic->id, graphic->bufferid, screen->whichBuf)); in refresh_graphics()
1349 graphic->id, graphic->bufferid, screen->whichBuf)); in refresh_graphics()
1430 if (screen->whichBuf != 0) { in refresh_graphics()
1713 if (graphic->bufferid != screen->whichBuf) in scroll_displayed_graphics()
1738 int const scroll_y = (screen->whichBuf == 0 in pixelarea_clear_displayed_graphics()
[all …]
H A Dcursor.c305 if (screen->whichBuf) { in AdjustSavedCursor()
322 SavedCursor *sc = &screen->sc[screen->whichBuf]; in CursorSave()
353 SavedCursor *sc = &screen->sc[screen->whichBuf]; in CursorRestore()
H A Dscreen.c618 int whichBuf = screen->whichBuf; in ChangeToWide() local
625 if (screen->whichBuf) in ChangeToWide()
652 if (whichBuf) in ChangeToWide()
653 SwitchBufPtrs(screen, whichBuf); in ChangeToWide()
1943 &screen->editBuf_index[!screen->whichBuf], in ScreenResize()
1944 &screen->editBuf_data[!screen->whichBuf], in ScreenResize()
1975 &screen->editBuf_data[screen->whichBuf], in ScreenResize()
1981 screen->editBuf_index[screen->whichBuf], in ScreenResize()
1998 &screen->editBuf_data[screen->whichBuf], in ScreenResize()
2046 &screen->editBuf_index[screen->whichBuf], in ScreenResize()
[all …]
H A Dprint.c317 int save_which = screen->whichBuf; in xtermPrintEverything()
340 if (!(done_which & (1 << screen->whichBuf))) { in xtermPrintEverything()
347 if (!screen->whichBuf) { in xtermPrintEverything()
H A Dtrace.c651 TraceScreen(XtermWidget xw, int whichBuf) in TraceScreen() argument
655 if (screen->editBuf_index[whichBuf]) { in TraceScreen()
658 TRACE(("TraceScreen %d:\n", whichBuf)); in TraceScreen()
719 TRACE(("TraceScreen %d is nil\n", whichBuf)); in TraceScreen()
H A Dcharproc.c6436 if (screen->whichBuf) in dpmodes()
6806 DoSM(DP_X_ALTBUF, screen->whichBuf); in savemodes()
6810 DoSM(DP_X_ALTBUF, screen->whichBuf); in savemodes()
8035 if (TScreenOf(xw)->whichBuf) in ToggleAlternate()
8046 if (screen->whichBuf == 0) { in ToAlternate()
8055 screen->visbuf = screen->editBuf_index[screen->whichBuf]; in ToAlternate()
8065 if (screen->whichBuf != 0) { in FromAlternate()
8082 screen->whichBuf = toBuf; in SwitchBufs()
11282 screen->whichBuf = !screen->whichBuf; in VTRealize()
12737 screen->sc[screen->whichBuf].row = in ReallyReset()
[all …]
H A Dutil.c224 && !screen->whichBuf in FlushScroll()
385 screen->whichBuf ? "alternate" : "normal", in adjustHiliteOnFwdScroll()
456 screen->whichBuf ? "alternate" : "normal", in adjustHiliteOnBakScroll()
609 && !screen->whichBuf in xtermScroll()
1312 && !screen->whichBuf in DeleteLine()
2052 TRACE(("do_extra_scroll buffer=%d, trimmed=%s\n", screen->whichBuf, in do_extra_scroll()
H A Dscrollbar.c714 screen->alternateScroll && screen->whichBuf) { in AlternateScroll()
H A Dmenu.c2680 handle_vt_toggle(do_altscreen, TScreenOf(term)->whichBuf, in HandleAltScreen()
3739 TScreenOf(term)->whichBuf); in update_altscreen()
H A Dmisc.c5222 result = MdBool(screen->whichBuf); in do_dec_rqm()
5226 result = MdBool(screen->whichBuf); in do_dec_rqm()
5326 result = MdBool(screen->sc[screen->whichBuf].saved); in do_dec_rqm()
H A Dptyx.h2603 int whichBuf; /* 0/1 for normal/alternate buf */ member
/dports/games/libretro-snes9x/snes9x-73aa348/macosx/
H A Dmac-render.cpp171 static int whichBuf = 0; variable
953 whichBuf = 0; in S9xInitDisplay()
1380 if ((imageWidth[whichBuf] != width) || (imageHeight[whichBuf] != height)) in S9xPutImageBlitGL()
1520 imageWidth[whichBuf] = width; in S9xPutImageBlitGL()
1521 imageHeight[whichBuf] = height; in S9xPutImageBlitGL()
1537 whichBuf = 1 - whichBuf; in S9xPutImageBlitGL()
1538 GFX.Screen = gfxScreen[whichBuf]; in S9xPutImageBlitGL()
/dports/emulators/snes9x-gtk/snes9x-1.54.1/macosx/
H A Dmac-render.cpp345 static int whichBuf = 0; variable
1132 whichBuf = 0; in S9xInitDisplay()
1559 if ((imageWidth[whichBuf] != width) || (imageHeight[whichBuf] != height)) in S9xPutImageBlitGL()
1699 imageWidth[whichBuf] = width; in S9xPutImageBlitGL()
1700 imageHeight[whichBuf] = height; in S9xPutImageBlitGL()
1716 whichBuf = 1 - whichBuf; in S9xPutImageBlitGL()
1717 GFX.Screen = gfxScreen[whichBuf]; in S9xPutImageBlitGL()