Searched refs:whichBuf (Results 1 - 11 of 11) sorted by relevance
| /xsrc/external/mit/xterm/dist/ |
| H A D | cursor.c | 363 if (screen->whichBuf) { 401 CursorSave2(xw, &screen->sc[screen->whichBuf]); 499 CursorRestoreFlags(xw, &screen->sc[screen->whichBuf], DECSC_FLAGS);
|
| H A D | graphics.c | 767 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 D | print.c | 301 int save_which = screen->whichBuf; 324 if (!(done_which & (1 << screen->whichBuf))) { 331 if (!screen->whichBuf) {
|
| H A D | screen.c | 101 #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 D | trace.c | 662 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 D | util.c | 224 && !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 D | scrollbar.c | 716 screen->alternateScroll && screen->whichBuf) {
|
| H A D | charproc.c | 7498 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 D | menu.c | 2679 handle_vt_toggle(do_altscreen, TScreenOf(term)->whichBuf, 3738 TScreenOf(term)->whichBuf);
|
| H A D | misc.c | 5534 result = MdBool(screen->whichBuf); 5538 result = MdBool(screen->whichBuf); 5638 result = MdBool(screen->sc[screen->whichBuf].saved);
|
| H A D | ptyx.h | 2749 int whichBuf; /* 0/1 for normal/alternate buf */ member in struct:__anon7e1168c34108
|
Completed in 91 milliseconds