Searched refs:whichBuf (Results 1 - 11 of 11) sorted by relevance

/xsrc/external/mit/xterm/dist/
H A Dcursor.c363 if (screen->whichBuf) {
401 CursorSave2(xw, &screen->sc[screen->whichBuf]);
499 CursorRestoreFlags(xw, &screen->sc[screen->whichBuf], DECSC_FLAGS);
H A Dgraphics.c767 const int bufferid = screen->whichBuf;
826 const int bufferid = screen->whichBuf;
1312 graphic->id, graphic->bufferid, screen->whichBuf));
1313 if (screen->whichBuf == 0) {
1316 graphic->id, graphic->bufferid, screen->whichBuf));
1322 graphic->id, graphic->bufferid, screen->whichBuf));
1330 graphic->id, graphic->bufferid, screen->whichBuf));
1451 if (screen->whichBuf != 0) {
1794 if (graphic->bufferid != screen->whichBuf)
1819 int const scroll_y = (screen->whichBuf
[all...]
H A Dprint.c301 int save_which = screen->whichBuf;
324 if (!(done_which & (1 << screen->whichBuf))) {
331 if (!screen->whichBuf) {
H A Dscreen.c101 #define VisBuf(screen) screen->editBuf_index[screen->whichBuf]
645 int whichBuf = screen->whichBuf; local in function:ChangeToWide
652 if (screen->whichBuf)
679 if (whichBuf)
680 SwitchBufPtrs(xw, whichBuf);
2204 if (screen->editBuf_index[!screen->whichBuf]) {
2206 &screen->editBuf_index[!screen->whichBuf],
2207 &screen->editBuf_data[!screen->whichBuf],
2237 &screen->editBuf_index[screen->whichBuf],
[all...]
H A Dtrace.c662 TraceScreen(XtermWidget xw, int whichBuf) argument
666 if (screen->editBuf_index[whichBuf]) {
669 TRACE(("TraceScreen %d:\n", whichBuf));
730 TRACE(("TraceScreen %d is nil\n", whichBuf));
H A Dutil.c224 && !screen->whichBuf
385 screen->whichBuf ? "alternate" : "normal",
456 screen->whichBuf ? "alternate" : "normal",
609 && !screen->whichBuf
1314 && !screen->whichBuf
2053 TRACE(("do_extra_scroll buffer=%d, trimmed=%s\n", screen->whichBuf,
H A Dscrollbar.c716 screen->alternateScroll && screen->whichBuf) {
H A Dcharproc.c7498 if (screen->whichBuf)
7919 DoSM(DP_X_ALTBUF, screen->whichBuf);
7923 DoSM(DP_X_ALTBUF, screen->whichBuf);
9221 if (TScreenOf(xw)->whichBuf)
9232 if (screen->whichBuf == 0) {
9241 screen->visbuf = screen->editBuf_index[screen->whichBuf];
9251 if (screen->whichBuf != 0) {
9259 screen->visbuf = screen->editBuf_index[screen->whichBuf];
9270 screen->whichBuf = toBuf;
12621 screen->whichBuf
[all...]
H A Dmenu.c2679 handle_vt_toggle(do_altscreen, TScreenOf(term)->whichBuf,
3738 TScreenOf(term)->whichBuf);
H A Dmisc.c5534 result = MdBool(screen->whichBuf);
5538 result = MdBool(screen->whichBuf);
5638 result = MdBool(screen->sc[screen->whichBuf].saved);
H A Dptyx.h2749 int whichBuf; /* 0/1 for normal/alternate buf */ member in struct:__anon7e1168c34108

Completed in 91 milliseconds