Searched +refs:next +refs:screen (Results 1 - 25 of 53) sorted by relevance

123

/macosx-10.9.5/ncurses-42/ncurses/test/
H A Dditto.c38 * the windows showing each screen's data.
73 * Data "owned" for a single screen. Each screen is divided into windows that
74 * show the text read from each terminal. Input from a given screen will also
75 * be read into one window per screen.
80 SCREEN *screen; /* this screen - curses internal data */ member in struct:__anon11177
81 int which1; /* this screen's index in DITTO[] array */
84 WINDOW **windows; /* display data from each screen */
85 PEEK *peeks; /* indices for each screen'
120 int next = NEXT_FIFO(fifo->head); local
[all...]
/macosx-10.9.5/emacs-92/emacs/oldXMenu/
H A DInternal.c129 * Initialize the next free location pointers.
246 p_ptr = _XMWinQue.pq[pq_index]; /* Retrieve next pane. */
267 p_ptr = _XMWinQue.pq[pq_index]; /* Retrieve next pane. */
369 p_ptr = menu->p_list->next;
370 for (i = 0; i < p_num; i++) p_ptr = p_ptr->next;
405 s_ptr = p_ptr->s_list->next;
406 for (i = 0; i < s_num; i++) s_ptr = s_ptr->next;
439 int screen; /* DefaultScreen holder. */ local
445 p_ptr = menu->p_list->next;
447 p_ptr = p_ptr->next
[all...]
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dscreen.vim2 " Language: screen(1) configuration file
162 \ next
187 \ screen
243 let b:current_syntax = "screen"
H A Dibasic.vim43 syn keyword ibasicStatement return rmdir rset run seek screen
63 syn keyword ibasicBuiltInFunction log lpos mod peek pen point pos rnd sadd screen seek
74 syn keyword Repeat for do while next enddo endwhile wend
H A Dopl.vim52 syn keyword OPLStatement newobj newobjh next notes num$ odbinfo off onerr
56 syn keyword OPLStatement rept$ return right$ rmdir rnd rollback sci$ screen
H A Dreadline.vim83 \ clear-screen redraw-current-line
85 \ next-history beginning-of-history
130 \ vi-next-word
138 \ insert-last-argument operate-and-get-next
H A Dprogress.vim69 syn keyword ProgressReserved find-global find-next-occurrence find-prev-occurrence find-select find-wrap-around first first-of focus font form form[at]
75 syn keyword ProgressReserved map member message message-lines mouse mpe new next next-prompt no no-attr[-space] no-error no-f[ill] no-help no-hide no-label[s]
81 syn keyword ProgressReserved release reposition retain retry return return-val[ue] revert revoke run save schema screen screen-io screen-lines
120 " This next line works reasonably well.
127 " This next line trips up on "no-undo" etc.
162 syn keyword ProgressOperator name native ne new-row next-col[umn] next
[all...]
/macosx-10.9.5/ncurses-42/ncurses/ncurses/base/
H A Dlib_newwin.c94 _nc_windows = p->next;
96 q->next = p->next;
291 * get "foojunkjunk" on the screen instead of "foo " as
313 wp->next = _nc_windows;
314 wp->screen = SP;
335 sp = wp->screen;
/macosx-10.9.5/libpcap-42/libpcap/msdos/
H A Dpkt_rx1.s48 mov es, bx ;; r-mode segment of colour screen
54 stosw ;; write to screen at ES:EDI
55 inc word [fanIndex] ;; update next index
H A Dpkt_rx0.asm78 mov es, bx ;; r-mode segment of colour screen
83 stosw ;; write to screen at ES:EDI
84 inc fanIndex ;; update next index
97 add ax, SIZE RX_ELEMENT ;; point to next _pktRxBuf buffer
/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDSystem/
H A DIOHIDSystem.cpp214 if (!DISPLAY_IS_ENABLED) kprintf("IOHIDSystem tickle when screen off for event %d at line %d\n", (int)event, __LINE__); \
1066 displaySleepDrivenByPM = false; // Reset flag for next use
1655 // locate next available screen
1682 screen_ptr = NULL; // try the next one
1692 IOLog("IOHIDSystem::%s: No space found for new screen\n", __func__);
1828 // Put the cursor someplace reasonable if it was on the destroyed screen
1830 // This will jump the cursor back on screen
1895 // Put the cursor someplace reasonable if it was on the moved screen
1897 // This will jump the cursor back on screen
2759 EvScreen *screen = (EvScreen *)evScreen; local
2899 EvScreen *screen = (EvScreen *)evScreen; local
5256 EvScreen *screen = (EvScreen *)evScreen; local
5794 EvScreen *screen = (EvScreen *)evScreen; local
[all...]
/macosx-10.9.5/vim-53/runtime/macros/
H A Dless.vim34 next
47 " Inhibit screen updates while searching
77 echo "n next pattern match N Previous pattern match"
97 next
/macosx-10.9.5/tcl-102/tcl_ext/tktreectrl/tktreectrl/generic/
H A DtkTreeElem.h78 } screen; member in struct:TreeElementArgs
98 TreeElementType *next; member in struct:TreeElementType
/macosx-10.9.5/emacs-92/emacs/src/
H A Dxterm.h153 struct x_display_info *next;
169 Screen *screen;
171 /* Dots per inch of the screen. */
180 /* Number of planes on this screen. */
183 /* Dimensions of this screen. */
193 /* The root window of this screen. */
385 decorations outside the screen and FRAME_OUTER_WINDOW exactly at 0/0.
490 /* The widget of this screen. This is the window of a "shell" widget. */
494 /* The widget of the edit portion of this screen; the window in
502 /* The widget of this screen
150 struct x_display_info *next; member in struct:x_display_info
166 Screen *screen; member in struct:x_display_info
782 Lisp_Object next, prev; member in struct:scroll_bar
[all...]
H A Dxterm.c228 /* Non-zero timeout value means ignore next mouse click if it arrives
249 get another MotionNotify event the next time the mouse moves. This
449 for (dpyinfo = x_display_list; dpyinfo; dpyinfo = dpyinfo->next)
1434 /* Allocate the color COLOR->pixel on the screen and display of
1472 cvt_string_to_pixel. We want the widget's screen and colormap. */
1476 {XtWidgetBaseOffset, (XtPointer) XtOffset (Widget, core.screen),
1514 Screen *screen;
1529 screen = *(Screen **) args[0].addr;
1536 pixel = WhitePixelOfScreen (screen);
1541 pixel = BlackPixelOfScreen (screen);
1507 Screen *screen; local
1606 Screen *screen = *(Screen **) args[0].addr; local
1608 x_free_dpy_colors (DisplayOfScreen (screen), screen, cmap, local
1631 Screen *screen = dpyinfo->screen; local
2462 Screen *screen = FRAME_X_SCREEN (s->f); local
5240 Lisp_Object bar, next; local
[all...]
/macosx-10.9.5/emacs-92/emacs/etc/
H A Dvipcard.tex158 % This next line is useful when designing the layout.
319 \key{redraw messed up screen}{C-l}
354 \key{move cursor to {\bf next} window}{C-n}
376 \key{scroll to next screen}{SPC {\rm or} C-f}
377 \key{scroll to previous screen}{RET {\rm or} C-b}
378 \key{scroll {\bf down} half screen}{C-d}
379 \key{scroll {\bf up} half screen}{C-u}
410 \key{next line keeping the column}{j}
412 \key{next lin
[all...]
H A DviperCard.tex166 % This next line is useful when designing the layout.
339 \key{redraw messed up screen}{C-l}
371 \key{move cursor to {\bf next} window}{C-x o}
395 \key{scroll to next screen}{C-f}
396 \key{scroll to previous screen}{C-b}
397 \key{scroll {\bf down} half screen}{C-d}
398 \key{scroll {\bf up} half screen}{C-u}
449 \metax{next line keeping the column}{j {\rm or} LF {\rm or} C-n}
451 \metax{next lin
[all...]
H A Drefcard.tex168 % This next line is useful when designing the layout.
318 \key{redraw garbaged screen}{C-l}
328 \key{select next later search string}{M-n}
354 \key{scroll to next screen}{C-v}
355 \key{scroll to previous screen}{M-v}
358 \key{scroll current line to center of screen}{C-u C-l}
373 \key{kill through next occurrence of {\it char}}{M-z {\it char}}
399 \key{{\bf replace} this one, go on to next}{SPC}
401 \key{{\bf skip} to next withou
[all...]
H A Dpl-refcard.tex172 % This next line is useful when designing the layout.
381 %\key{redraw garbaged screen}{C-l}
403 %\key{select next later search string}{M-n}
446 %\key{scroll to next screen}{C-v}
447 %\key{scroll to previous screen}{M-v}
450 %\key{scroll current line to center of screen}{C-u C-l}
478 %\key{kill through next occurrence of {\it char}}{M-z {\it char}}
520 %\key{{\bf replace} this one, go on to next}{SPC}
522 %\key{{\bf skip} to next withou
[all...]
/macosx-10.9.5/screen-22/screen/
H A Dhelp.c28 #include "screen.h"
56 printf("-d (-r) Detach the elsewhere running screen (and reattach here).\n");
59 printf("-D -RR Do whatever is needed to get a screen session.\n");
70 printf("-m ignore $STY variable, do create a new screen session.\n");
74 printf("-r Reattach to a detached screen process.\n");
79 printf("-T term Use term as $TERM for windows, rather than \"screen\".\n");
81 printf("-U Tell screen to use UTF-8 encoding.\n");
86 printf("-x Attach to a not detached screen. (Multi display mode).\n");
88 printf("-X Execute <cmd> as a screen command in the specified session.\n");
277 /* Clear the help screen */
[all...]
/macosx-10.9.5/emacs-92/emacs/lwlib/
H A Dxlwmenu.c116 so you can toggle the next one without entering the menu again. */
531 for (val = mw->menu.old_stack [level]->contents; val; val = val->next)
1164 for (val = mw->menu.old_stack [level]->contents; val; val = val->next)
1309 /* Make the window fit in the screen */
1618 Screen *screen = XtScreen ((Widget) mw);
1688 x_free_dpy_colors (dpy, screen, cmap,
1698 x_free_dpy_colors (dpy, screen, cmap,
1713 x_free_dpy_colors (dpy, screen, cmap, &mw->menu.top_shadow_color, 1);
1724 x_free_dpy_colors (dpy, screen, cmap,
1749 Screen *screen
1613 Screen *screen = XtScreen ((Widget) mw); local
1744 Screen *screen = XtScreen ((Widget) mw); local
2439 Screen* screen = XtScreen (mw); local
[all...]
H A Dlwlib-Xm.c85 struct _destroyed_instance* next;
191 instance->next = NULL;
413 for (cur = val->contents, i = 0; cur; cur = cur->next)
485 for (cur = val->contents; cur; cur = cur->next)
542 for (num_children = 0, cur = val; cur; num_children++, cur = cur->next)
566 child_index++, cur = cur->next)
575 for (child_index = keep_first_children; cur; child_index++, cur = cur->next)
801 i++, cur = cur->next)
828 cur = cur->next;
956 for (old_wv = instance->info->val->contents; old_wv; old_wv = old_wv->next)
84 struct _destroyed_instance* next; member in struct:_destroyed_instance
1391 Screen* screen = XtScreen (widget); local
[all...]
/macosx-10.9.5/xnu-2422.115.4/iokit/Kernel/
H A DIOHibernateIO.cpp739 IORegistryEntry * next; local
752 next = part;
758 obj = next->getProperty(kIOPolledInterfaceSupportKey);
767 if ((service = OSDynamicCast(IOService, next))
771 if ((num = OSDynamicCast(OSNumber, next->getProperty(kIOMediaPreferredBlockSizeKey))))
773 child = next;
775 while ((next = child->getParentEntry(gIOServicePlane))
776 && child->isParent(next, gIOServicePlane, true));
802 next = part;
803 while (next)
1575 ProgressInit(hibernate_graphics_t * display, uint8_t * screen, uint8_t * saveunder, uint32_t savelen) argument
1633 ProgressUpdate(hibernate_graphics_t * display, uint8_t * screen, int32_t firstBlob, int32_t select) argument
1825 IORegistryEntry * next; local
[all...]
/macosx-10.9.5/vim-53/runtime/autoload/
H A Djavascriptcomplete.vim289 " Screen - screen.
349 \ 'length', 'location', 'name', 'onload', 'opener', 'parent', 'screen', 'self',
487 elseif shortcontext =~ 'screen\.$'
531 " This loop (and next one) is necessary to get variable names from
582 let htmldom = ['document', 'anchor', 'area', 'base', 'body', 'document', 'event', 'form', 'frame', 'frameset', 'history', 'iframe', 'image', 'input', 'link', 'location', 'meta', 'navigator', 'object', 'option', 'screen', 'select', 'table', 'tableData', 'tableHeader', 'tableRow', 'textarea', 'window']
/macosx-10.9.5/OpenSSH-186/openssh/
H A Dsession.c359 "X11 screen flag missing");
360 s->screen = packet_get_int();
362 s->screen = 0;
1221 custom_environment = ce->next;
2158 s->screen = packet_get_int();
2706 s->display_number, s->screen);
2708 s->display_number, s->screen);
2724 s->display_number, s->screen);
2727 s->display_number, s->screen);

Completed in 411 milliseconds

123