Searched refs:control (Results 426 - 450 of 655) sorted by relevance

<<11121314151617181920>>

/macosx-10.10.1/vim-55/runtime/syntax/
H A Dgtkrc.vim50 syn match gtkrcKeyMod "<\(alt\|ctrl\|control\|mod[1-5]\|release\|shft\|shift\)>" contained
H A Dlsl.vim145 \ control dataserver email http_response land_collision land_collision_end
H A Dsmcl.vim9 " 14apr2006 'syntax clear' only under version control
H A Dvmasm.vim139 " Loop control
H A Dlisp.vim203 syn keyword lispFunc char-bit list* simple-condition-format-control
208 syn keyword lispFunc char-control-bit load simple-vector
269 syn keyword lispFunc control-error makunbound string-upcase
H A Dpascal.vim211 " control flow functions
/macosx-10.10.1/zlib-55/zlib/old/as400/
H A Dzlib.inc11 * the package version string and the stream control structure.
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Ddtfmttst.cpp1885 * [i+1] = control string, either "fp", "pf", or "F".
1888 * The number of data strings depends on the control string.
1923 const char* control = data[i++]; local
1925 if (uprv_strcmp(control, "fp") == 0) {
1946 else if (uprv_strcmp(control, "pf") == 0) {
1965 else if (uprv_strcmp(control, "F") == 0) {
1983 errln((UnicodeString)"FAIL: Invalid control string " + control);
/macosx-10.10.1/xnu-2782.1.97/bsd/netinet/
H A Dflow_divert.c236 FDLOG(LOG_ERR, &nil_pcb, "Group for control unit %u is NULL, flow divert cannot be used for this socket", ctl_unit);
1354 FDLOG(LOG_ERR, fd_cb, "failed to get the control unit: %d", error);
1380 FDLOG(LOG_ERR, fd_cb, "Connect result contains an invalid control unit: %u", ctl_unit);
2566 flow_divert_data_out(struct socket *so, int flags, mbuf_t data, struct sockaddr *to, mbuf_t control, struct proc *p __unused) argument
2580 if (control && mbuf_len(control) > 0) {
2623 if (control) {
2624 mbuf_free(control);
2657 /* Find the flow divert control block */
2674 /* Dis-associate the flow divert control bloc
[all...]
/macosx-10.10.1/ntp-92/ntpd/
H A Dntp_io.c3138 * extract timestamps from control message buffer
3184 DPRINTF(4, ("fetch_timestamp: skipping control message 0x%x\n",
3213 char control[TIMESTAMP_CTLMSGBUF_SIZE]; local
3259 msghdr.msg_control = (void *)&control;
3260 msghdr.msg_controllen = sizeof(control);
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/tepam/
H A Dtepam.tcl104 none double integer alnum alpha ascii control digit graph lower
1066 proc Validate(control) {v} {string is control $v}
1400 # used for tool configuration purposes or to control actions.
1410 # parameter pair. The first element is indicating the entry form that will be used to control
/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/
H A Dieee.c2496 bfd_vma control; local
2503 || ! ieee_require_asn (info, pp, &control))
2887 bfd_vma flags, voffset, control; local
2912 if (! ieee_require_asn (info, pp, &control))
2916 /* We just ignore the control information. */
3107 bfd_vma vsize, control; local
3114 || ! ieee_require_asn (info, pp, &control))
3118 /* We just ignore the control number. We don't care what
/macosx-10.10.1/Heimdal-398.1.2/lib/roken/
H A Dsocket_wrapper.c693 unsigned char control; member in struct:swrap_packet::__anon683::__anon685::__anon686
877 packet->ip.p.tcp.control = tcp_ctl;
/macosx-10.10.1/xnu-2782.1.97/bsd/net/
H A Drtsock.c260 struct mbuf *control, struct proc *p)
262 return (raw_usrreqs.pru_send(so, flags, m, nam, control, p));
259 rts_send(struct socket *so, int flags, struct mbuf *m, struct sockaddr *nam, struct mbuf *control, struct proc *p) argument
/macosx-10.10.1/BerkeleyDB-21/db/libdb_java/
H A Ddb.i1264 int rep_process_message(DBT *control, DBT *rec, int envid,
1266 return self->rep_process_message(self, control, rec, envid,
/macosx-10.10.1/BerkeleyDB-21/db/tcl/
H A Dtcl_db_pkg.c3455 "msgtype: bad control message", TCL_STATIC);
3729 tcl_rep_send(dbenv, control, rec, lsnp, eid, flags)
3731 const DBT *control, *rec;
3749 control_o = Tcl_NewByteArrayObj(control->data, (int)control->size);
/macosx-10.10.1/CPANInternal-159.1/Graph-0.94/lib/Graph/
H A DTraversal.pm479 You can control how the graph is traversed by the various callback
/macosx-10.10.1/CPANInternal-159.1/Graph-0.96/lib/Graph/
H A DTraversal.pm479 You can control how the graph is traversed by the various callback
/macosx-10.10.1/CPANInternal-159.1/HTTP-Proxy-0.25/lib/HTTP/Proxy/BodyFilter/
H A Dsave.pm215 The constructor accepts quite a few options. Most of them control
/macosx-10.10.1/CPANInternal-159.1/HTTP-Proxy-0.300/lib/HTTP/Proxy/BodyFilter/
H A Dsave.pm217 The constructor accepts quite a few options. Most of them control
/macosx-10.10.1/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFireWireController.h869 static IOFireWireLocalNode * getLocalNode(IOFireWireController *control);
/macosx-10.10.1/adv_cmds-158/localedef/
H A Dlocaledef.pl789 unless ($class =~ m/^(tolower|toupper|alpha|control|digit|grah|lower|space|upper|xdigit|blank|print|ideogram|special|phonogram)$/) {
/macosx-10.10.1/bind9-45.101/bind9/bin/named/
H A Dmain.c63 #include <named/control.h>
715 /* Check if named is under smf control, before chroot. */
/macosx-10.10.1/configd-699.1.5/
H A Dget-mobility-info335 /Library/Preferences/com.apple.networkextension.control.plist \
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dido.el863 vc-off - the string shown if version control is inhibited; set to nit to omit
1308 (version-control 'never))
1554 (define-key map [(control ?\s)] 'ido-restrict-to-matches)
1556 (define-key map [(control ?@)] 'ido-restrict-to-matches)
1581 (define-key map [(control backspace)] 'ido-up-directory)
1591 (define-key map [(meta control ?o)] 'ido-next-work-file)
2634 "Disable version control for this file."
4038 \\[ido-toggle-vc] Toggle version control for this file.

Completed in 224 milliseconds

<<11121314151617181920>>