Searched refs:control (Results 301 - 325 of 655) sorted by relevance

<<11121314151617181920>>

/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dmacros.el143 (cond ((eq (car mods) 'control)
H A Dt-mouse.el126 (let* ((modifier-sets (t-mouse-powerset '(control meta shift)))
/macosx-10.10.1/groff-38/groff/contrib/pdfmark/
H A Dpdfroff.sh139 # Initialise 'groff' format control settings,
224 Use the file 'name' as a 'groff' style sheet, to control
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/fileutil/
H A Dtraverse.tcl23 package require control ; # Helpers for control structures
134 return -errorinfo [::control::ErrorInfoAsCaller uplevel foreach] \
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/pt/
H A Dpt_peg_to_peg.tcl333 if {[::string is control -strict $ch]} {
/macosx-10.10.1/vim-55/src/
H A DMake_w16.mak174 -O2 ; Generate fastest possible code (overrides prior -O1 control)
/macosx-10.10.1/remote_cmds-47/telnet.tproj/
H A Dcommands.c241 * Construct a control character sequence
245 control(cc_t c) function
741 "local recognition of certain control characters",
744 "recognize certain control characters" },
921 control(rlogin));
924 printf("Telnet escape character is '%s'.\n", control(escape));
993 printf("%s character is '%s'.\n", ct->name, control(*(ct->charp)));
1054 printf("%s character is '%s'.\n", ct->name, control(*(ct->charp)));
1241 printf("%-15s [%s]\n", sl->name, control(*sl->charp)); \
2087 printf("%s flow control\
[all...]
/macosx-10.10.1/tcl-105/tcl/tcl/unix/
H A DtclUnixChan.c746 int flag, control, argc;
882 GETCONTROL(fsPtr->fd, &control);
891 SET_BITS(control, TIOCM_DTR);
893 CLEAR_BITS(control, TIOCM_DTR);
903 SET_BITS(control, TIOCM_RTS);
905 CLEAR_BITS(control, TIOCM_RTS);
931 SETCONTROL(fsPtr->fd, &control);
736 int flag, control, argc; local
/macosx-10.10.1/tcl-105/tcl84/tcl/unix/
H A DtclUnixChan.c917 int flag, control, argc;
1042 GETCONTROL(fsPtr->fd, &control);
1051 control |= TIOCM_DTR;
1053 control &= ~TIOCM_DTR;
1063 control |= TIOCM_RTS;
1065 control &= ~TIOCM_RTS;
1091 SETCONTROL(fsPtr->fd, &control);
905 int flag, control, argc; local
/macosx-10.10.1/ncurses-44/ncurses/misc/
H A Demx.src66 glasstty|classic glass tty interpreting ASCII control characters,
87 # ROM graphics for control characters such as the diamond, up- and down-arrow.
100 klone+sgr|attribute control for ansi.sys displays,
121 klone+sgr-dumb|attribute control for ansi.sys displays (no ESC [ 11 m),
136 # ANSI.SYS color control.
138 klone+color|color control for ansi.sys and ISO6429-compatible displays,
148 ecma+color|color control for ECMA-48-compatible terminals,
241 # control f-keys: F25-F36
243 # The shift/control/alt keys do not modify each other, but alt overrides both,
244 # and control override
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/repmgr/
H A Drepmgr_sel.c259 DBT control, rec; local
262 DB_INIT_DBT(control, NULL, 0);
265 REPMGR_HEARTBEAT, &control, &rec, &unused1, &unused2));
803 DB_INIT_DBT(conn->input.rep_message->control,
806 &conn->input.rep_message->control);
/macosx-10.10.1/emacs-93/emacs/lisp/textmodes/
H A Dtable.el302 ;; control modifier may not be available or applicable for those
306 ;; without the control modifier. For example, use "C-cC-c|" instead
371 ;; menu give full control on table manipulation that include cell
459 ;; drawback of this is that users do not have full control over
682 (defcustom table-command-prefix [(control c) (control c)]
886 "Counter for undo control.")
972 '(([(control i)] . table-forward-cell)
973 ([(control I)] . table-backward-cell)
979 ([(control
[all...]
/macosx-10.10.1/xnu-2782.1.97/osfmk/vm/
H A Dvm_user.c1658 vm_purgable_t control,
1666 control,
1674 vm_purgable_t control,
1682 control,
2995 vm_purgable_t control,
3006 if (control != VM_PURGABLE_SET_STATE &&
3007 control != VM_PURGABLE_GET_STATE)
3010 if (control == VM_PURGABLE_SET_STATE &&
3043 kr = vm_object_purgable_control(object, control, state);
1655 mach_vm_purgable_control( vm_map_t map, mach_vm_offset_t address, vm_purgable_t control, int *state) argument
1671 vm_purgable_control( vm_map_t map, vm_offset_t address, vm_purgable_t control, int *state) argument
2993 mach_memory_entry_purgable_control( ipc_port_t entry_port, vm_purgable_t control, int *state) argument
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dcontrols.c66 /* The controlID for this control */
69 /* Operations supported by control */
72 /* Extended operations supported by control */
86 * all known request control OIDs should be added to this list
90 * addresses an undefined control; this allows to safely test for
97 * FIXME: should we define the "undefined control" oid?
237 * Register a supported control.
242 * NOTE: if flags == 1 the control is replaced if already registered;
243 * otherwise registering an already registered control is not allowed.
324 * new control handlin
605 slap_parse_ctrl( Operation *op, SlapReply *rs, LDAPControl *control, const char **text ) argument
[all...]
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dkern_control.c30 * Kernel Control domain - allows control connections to
160 CTLFLAG_RW|CTLFLAG_LOCKED, 0, "Kernel control family");
361 /* Find an unused ID, assumes control IDs are in order */
543 struct sockaddr *addr, struct mbuf *control,
551 if (control)
552 m_freem(control);
577 __unused struct sockaddr *addr, struct mbuf *control,
584 if (control)
585 m_freem_list(control);
1028 * kernel control need
542 ctl_send(struct socket *so, int flags, struct mbuf *m, struct sockaddr *addr, struct mbuf *control, struct proc *p) argument
576 ctl_send_list(struct socket *so, int flags, struct mbuf *m, __unused struct sockaddr *addr, struct mbuf *control, __unused struct proc *p) argument
[all...]
/macosx-10.10.1/IOCDStorageFamily-51/
H A DIOCDBlockStorageDriver.cpp78 if ((_toc->descriptors[i].control & 0x04)) {
100 if ((_toc->descriptors[i].control & 0x04)) {
/macosx-10.10.1/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFWIsochChannel.cpp57 bool IOFWIsochChannel::init( IOFireWireController * control, argument
74 fControl = control;
/macosx-10.10.1/IOFireWireIP-226.2/KernelSource/IOKit/
H A DIOFireWireIPCommand.cpp717 IOFireWireController *control,
729 if(!IOFWAsyncStreamCommand::initWithController(control))
715 initAll( IOFireWireIP *networkObject, IOFireWireController *control, IOFWIPBusInterface *fwIPBusIfObject, UInt32 generation, UInt32 channel, UInt32 sync, UInt32 tag, UInt32 cmdLen, int speed, FWAsyncStreamCallback completion, void *refcon) argument
/macosx-10.10.1/OpenSSH-189/openssh/contrib/aix/
H A Dbuildbff.sh160 # Generate lpp control files.
165 echo Generating LPP control files
301 # Create liblpp.a and move control files into it
/macosx-10.10.1/emacs-93/emacs/lisp/emacs-lisp/
H A Drx.el183 (control . "[[:cntrl:]]") ; SRE
184 (cntrl . control) ; SRE
694 `control', `hex-digit', `blank', `graph', `print', `alnum',
751 `control', `cntrl'
752 matches ASCII control characters.
761 matches graphic characters--everything except ASCII control chars,
765 matches printing characters--everything except ASCII control chars
/macosx-10.10.1/emacs-93/emacs/lisp/emulation/
H A Dviper-keym.el162 (defcustom viper-toggle-key [(control ?z)] ; "\C-z"
166 Enter as a sexp. Examples: \"\\C-z\", [(control ?z)]."
172 [(control ?z)])))
617 ;; Displays variables that control Viper's keymaps
/macosx-10.10.1/libxml2-26/libxml2/
H A Dthreads.c161 DWORD control; member in struct:__anon9642
973 if (InterlockedIncrement(&run_once.control) == 1) {
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dthreads.c160 DWORD control; member in struct:__anon11920
957 if (InterlockedIncrement(&run_once.control) == 1) {
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/modules/style/
H A Das.tcl12 # ie: enable control-mousewheel local|global
105 control-mousewheel {
129 control-mousewheel {
470 # alter default bindings to allow toplevel binding to control all
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dsl.vim15 " RenderMan control structures

Completed in 233 milliseconds

<<11121314151617181920>>