Searched refs:accelerator (Results 1 - 25 of 31) sorted by relevance

12

/macosx-10.10/IOGraphics-485/tools/
H A Disagp.c16 io_service_t accelerator; local
33 err = IOAccelFindAccelerator(framebuffer, &accelerator, &framebufferIndex);
37 err = IORegistryEntryGetParentEntry(accelerator, kIOServicePlane, &device);
38 IOObjectRelease(accelerator);
H A Dreadfb.c18 io_service_t accelerator; local
38 err = IOAccelFindAccelerator(framebuffer, &accelerator, &framebufferIndex);
40 err = IOAccelCreateSurface(accelerator, surfaceID,
43 IOObjectRelease(accelerator);
/macosx-10.10/tcl-105/tcl_ext/quicktimetcl/quicktimetcl/ExampleCode/
H A DSimpleEdit.tcl138 $m add command -label {Save} -accelerator $osmod+S -command {
162 $m add command -label {Export...} -accelerator $osmod+E -command {
165 $m add command -label "Quit" -accelerator $osmod+Q -command exit
169 $m add command -label {Undo} -accelerator $osmod+Z -command {
175 $m add command -label {Cut} -accelerator $osmod+X -command {
179 $m add command -label {Copy} -accelerator $osmod+C -command {
183 $m add command -label {Paste} -accelerator $osmod+V -command {
H A DSimpleEditTimecode.tcl138 $m add command -label {Save} -accelerator $osmod+S -command {
162 $m add command -label {Export...} -accelerator $osmod+E -command {
165 $m add command -label "Quit" -accelerator $osmod+Q -command exit
169 $m add command -label {Undo} -accelerator $osmod+Z -command {
175 $m add command -label {Cut} -accelerator $osmod+X -command {
179 $m add command -label {Copy} -accelerator $osmod+C -command {
183 $m add command -label {Paste} -accelerator $osmod+V -command {
/macosx-10.10/IOKitUser-1050.1.21/graphics.subproj/
H A DIOAccelSurfaceControl.c39 io_service_t accelerator = MACH_PORT_NULL; local
75 accelerator = IORegistryEntryFromPath( masterPort, cStr );
76 if( !accelerator)
78 if( !IOObjectConformsTo( accelerator, kIOAcceleratorClassName )) {
79 IOObjectRelease( accelerator );
80 accelerator = MACH_PORT_NULL;
97 *pAccelerator = accelerator;
149 IOReturn IOAccelCreateSurface( io_service_t accelerator, UInt32 wID, eIOAccelSurfaceModeBits modebits, argument
158 kr = IOServiceOpen( accelerator,
/macosx-10.10/cxxfilt-11/cxxfilt/binutils/
H A Drcparse.h207 struct accelerator acc;
208 struct accelerator *pacc;
H A Dwindres.h170 struct accelerator *acc;
220 /* An accelerator resource is a linked list of these structures. */
222 struct accelerator struct
224 /* Next accelerator. */
225 struct accelerator *next;
234 /* Accelerator flags in the flags field of a struct accelerator.
807 (struct res_id, const struct res_res_info *, struct accelerator *);
H A Drcparse.y67 struct accelerator acc;
68 struct accelerator *pacc;
163 | input accelerator
182 accelerator: label
199 struct accelerator *a;
201 a = (struct accelerator *) res_alloc (sizeof *a);
207 struct accelerator **pp;
254 rcparse_warning (_("accelerator should only be one character"));
H A Dresbin.c748 struct accelerator *first, **pp;
756 struct accelerator *a;
759 toosmall (_("accelerator"));
761 a = (struct accelerator *) res_alloc (sizeof *a);
1228 (const struct accelerator *, int);
1394 /* Convert an accelerator resource to binary. */
1397 res_to_bin_accelerator (const struct accelerator *accelerators,
1401 const struct accelerator *a;
H A Dresrc.c591 /* Define an accelerator resource. */
595 struct accelerator *data)
1449 static void write_rc_accelerators (FILE *, const struct accelerator *);
1914 /* Write out accelerator information. */
1917 write_rc_accelerators (FILE *e, const struct accelerator *accelerators)
1919 const struct accelerator *acc;
H A Drcparse.c310 struct accelerator acc;
311 struct accelerator *pacc;
707 "input", "accelerator", "acc_entries", "acc_entry", "acc_event",
1807 struct accelerator *a;
1809 a = (struct accelerator *) res_alloc (sizeof *a);
1815 struct accelerator **pp;
1865 rcparse_warning (_("accelerator should only be one character"));
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/examples/widget/
H A Dscreenruler.tcl25 $dlg menu add command -label "Save Image" -accelerator ${CTRL}s \
47 -underline 1 -accelerator ${CTRL}q -command { exit }
/macosx-10.10/tcl-105/tcl_ext/incrtcl/incrTcl/itk/demos/
H A Ditkedit191 -accelerator " ^L" -underline 0 -command file_load
195 -accelerator " ^S" -underline 0 -command file_save_as
200 -accelerator " ^Q" -underline 0 -command {clear_text; exit}
/macosx-10.10/tcl-105/tk/tk/library/demos/
H A Dmenu.tcl24 $w.msg configure -text "This window has a menubar with cascaded menus. You can invoke entries with an accelerator by typing Command+x, where \"x\" is the character next to the command key symbol. The rightmost menu can be torn off into a palette by selecting the first item in the menu."
26 $w.msg configure -text "This window contains a menubar with cascaded menus. You can post a menu from the keyboard by typing Alt+x, where \"x\" is the character underlined on the menu. You can then traverse among the menus using the arrow keys. When a menu is posted, you can invoke the current entry by typing space, or you can invoke any entry by typing its underlined character. If a menu entry has an accelerator, you can invoke the entry without posting the menu just by typing the accelerator. The rightmost menu can be torn off into a palette by selecting the first item in the menu."
68 -accelerator Meta+$i -command "puts $i" -accelerator $modifier+$i
76 -command {puts stdout "Hello"} -accelerator $modifier+H -underline 6
79 puts stdout "Goodbye"} -accelerator $modifier+G -underline 6
H A Dwidget112 -command {tkAboutDialog} -accelerator [mc "<F1>"]
118 -command {exit} -accelerator [mc "Ctrl+Q"]
122 -command {exit} -accelerator [mc "Meta-Q"]
/macosx-10.10/tcl-105/tk84/tk/library/demos/
H A Dmenu.tcl23 $w.msg configure -text "This window has a menubar with cascaded menus. You can invoke entries with an accelerator by typing Command+x, where \"x\" is the character next to the command key symbol. The rightmost menu can be torn off into a palette by selecting the first item in the menu."
25 $w.msg configure -text "This window contains a menubar with cascaded menus. You can post a menu from the keyboard by typing Alt+x, where \"x\" is the character underlined on the menu. You can then traverse among the menus using the arrow keys. When a menu is posted, you can invoke the current entry by typing space, or you can invoke any entry by typing its underlined character. If a menu entry has an accelerator, you can invoke the entry without posting the menu just by typing the accelerator. The rightmost menu can be torn off into a palette by selecting the first item in the menu."
70 -accelerator Meta+$i -command "puts $i" -accelerator $modifier+$i
78 -command {puts stdout "Hello"} -accelerator $modifier+H -underline 6
81 puts stdout "Goodbye"} -accelerator $modifier+G -underline 6
H A Dwidget51 -underline 0 -accelerator "<F1>"
54 -accelerator "Meta-Q"
/macosx-10.10/vim-55/src/proto/
H A Dworkshop.pro29 void workshop_menu_item __ARGS((char *label, char *verb, char *accelerator, char *acceleratorText, char *name, char *filepos, char *sensitive));
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/
H A Dtkv.tcl62 set accelerator [string toupper [string index $name 0]]
63 set text [mc "&$accelerator[string range $name 1 end]"]
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/modules/menubar/
H A Dmenubar.tcl1057 ${mtree} key.set ${node} -accelerator ${accel}
1062 if { ${opt} in {-accelerator -menu -offvalue -onvalue -value -variable -underline} } { continue }
1492 dict set opts -accelerator ${accel}
1725 ${mtree} key.set ${name} -accelerator ${accel}
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/modules/widget/
H A Druler.tcl356 -accelerator "r" -underline 0 \
362 -accelerator "d" -underline 8 \
367 -accelerator "g" -underline 5 \
373 -underline 8 -accelerator "t" \
/macosx-10.10/tcl-105/tcl_ext/incrtcl/iwidgets/generic/
H A Dhyperhelp.itk160 -command [itcl::code $this forward] -accelerator f
162 -command [itcl::code $this back] -accelerator b
/macosx-10.10/vim-55/src/
H A Dworkshop.c92 char *accel; /* optional accelerator key */
655 char *accelerator UNUSED,
680 accelerator && *accelerator ?
681 accelerator : "<None>",
1485 /* If the accelerator is shifted use the vim form */
1599 char *accel, /* accelerator text (optional) */
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Doc/sphinx_build/html/_static/
H A Dbasic.css442 .accelerator {
/macosx-10.10/tcl-105/tcl_ext/bwidget/bwidget/
H A Dmainframe.tcl614 # entry accelerator
617 lappend opt -accelerator [lindex $accel 0]
654 # string (for display on as a menu accelerator) and the corresponding
664 # {accel event} a list containing the accelerator string and the event
702 return -code error "invalid accelerator code $seq"

Completed in 415 milliseconds

12