Searched refs:el (Results 76 - 100 of 309) sorted by relevance

1234567891011>>

/macosx-10.10/tcl-105/tk/tk/library/
H A Dlistbox.tcl227 # el - The element for the selection operation (typically the
230 proc ::tk::ListboxBeginSelect {w el {focus 1}} {
233 if {[$w selection includes $el]} {
234 $w selection clear $el
236 $w selection set $el
240 $w selection set $el
241 $w selection anchor $el
243 set Priv(listboxPrev) $el
260 # el - The element under the pointer (must be a number).
262 proc ::tk::ListboxMotion {w el} {
[all...]
H A Dscale.tcl141 set el [$w identify $x $y]
146 if {$el eq "trough1"} {
148 } elseif {$el eq "trough2"} {
150 } elseif {$el eq "slider"} {
254 set el [$w identify $x $y]
255 if {$el eq "trough1"} {
257 } elseif {$el eq "trough2"} {
/macosx-10.10/tcl-105/tk84/tk/library/
H A Dlistbox.tcl226 # el - The element for the selection operation (typically the
229 proc ::tk::ListboxBeginSelect {w el} {
232 if {[$w selection includes $el]} {
233 $w selection clear $el
235 $w selection set $el
239 $w selection set $el
240 $w selection anchor $el
242 set Priv(listboxPrev) $el
255 # el - The element under the pointer (must be a number).
257 proc ::tk::ListboxMotion {w el} {
[all...]
H A Dscale.tcl141 set el [$w identify $x $y]
146 if {$el eq "trough1"} {
148 } elseif {$el eq "trough2"} {
150 } elseif {$el eq "slider"} {
254 set el [$w identify $x $y]
255 if {$el eq "trough1"} {
257 } elseif {$el eq "trough2"} {
/macosx-10.10/ICU-531.30/icuSources/common/
H A Dservnotf.cpp53 const EventListener* el = (const EventListener*)(listeners->elementAt(i)); local
54 if (l == el) {
85 const EventListener* el = (const EventListener*)listeners->elementAt(i); local
86 if (l == el) {
107 EventListener* el = (EventListener*)listeners->elementAt(i); local
108 notifyListener(*el);
H A Drbbistbl.cpp72 RBBISymbolTableEntry *el; local
79 el = (RBBISymbolTableEntry *)uhash_get(fHashTable, &s);
80 if (el == NULL) {
84 varRefNode = el->val;
169 RBBISymbolTableEntry *el; local
171 el = (RBBISymbolTableEntry *)uhash_get(fHashTable, &key);
172 if (el != NULL) {
173 retNode = el->val;
H A Dcaniter.cpp297 int32_t el = -1; local
321 ne = subpermute.nextElement(el);
333 ne = subpermute.nextElement(el);
362 int32_t el = -1; local
364 ne = basic.nextElement(el);
395 ne = basic.nextElement(el);
419 el = -1;
420 ne = result.nextElement(el);
423 ne = result.nextElement(el);
466 int32_t el local
[all...]
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-monitor/
H A Dinit.c336 entry_limbo_t **elpp, el = { 0 }; local
350 el.el_type = LIMBO_DATABASE;
352 el.el_be = be->bd_self;
353 el.el_ndn = ndn_out;
362 el.el_next = NULL;
363 **elpp = el;
381 entry_limbo_t **elpp, el = { 0 }; local
395 el.el_type = LIMBO_OVERLAY;
397 el.el_be = be->bd_self;
398 el
542 entry_limbo_t **elpp, el = { 0 }; local
747 entry_limbo_t **elpp = NULL, el = { 0 }; local
1089 entry_limbo_t **elpp, el = { 0 }; local
2159 monitor_back_destroy_limbo_entry( entry_limbo_t *el, int dispose ) argument
2374 entry_limbo_t *el = mi->mi_entry_limbo; local
2523 entry_limbo_t *el = mi->mi_entry_limbo; local
[all...]
/macosx-10.10/lukemftp-14/tnftp/libedit/
H A Dparse.c52 #include "el.h"
74 parse_line(EditLine *el, const char *line) argument
82 argc = el_parse(el, argc, argv);
92 el_parse(EditLine *el, int argc, const char *argv[]) argument
113 l = el_match(el->el_prog, tprog);
122 i = (*cmds[i].func) (el, argc, argv);
250 parse_cmd(EditLine *el, const char *cmd) argument
254 for (b = el->el_map.help; b->name != NULL; b++)
/macosx-10.10/Heimdal-398.1.2/lib/krb5/
H A Dbuild_auth.c40 AuthorizationDataElement el; local
70 el.ad_type = KRB5_AUTHDATA_GSS_API_ETYPE_NEGOTIATION;
71 el.ad_data.length = len;
72 el.ad_data.data = buf;
74 ret = add_AuthorizationData(&ad, &el);
95 el.ad_type = KRB5_AUTHDATA_IF_RELEVANT;
96 el.ad_data.length = len;
97 el.ad_data.data = buf;
99 ret = add_AuthorizationData(*auth_data, &el);
/macosx-10.10/Heimdal-398.1.2/lib/libedit/src/
H A Dparse.c57 #include "el.h"
79 parse_line(EditLine *el, const Char *line) argument
87 argc = FUN(el,parse)(el, argc, argv);
97 FUN(el,parse)(EditLine *el, int argc, const Char *argv[])
118 l = el_match(el->el_prog, tprog);
127 i = (*cmds[i].func) (el, argc, argv);
277 parse_cmd(EditLine *el, const Char *cmd) argument
281 for (b = el
[all...]
/macosx-10.10/libedit-40/src/
H A Dparse.c57 #include "el.h"
79 parse_line(EditLine *el, const Char *line) argument
87 argc = FUN(el,parse)(el, argc, argv);
97 FUN(el,parse)(EditLine *el, int argc, const Char *argv[])
118 l = (size_t)el_match(el->el_prog, tprog);
127 i = (*cmds[i].func) (el, argc, argv);
277 parse_cmd(EditLine *el, const Char *cmd) argument
281 for (b = el
[all...]
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/contrib/ldapc++/src/
H A DLDAPEntryList.h30 LDAPEntryList(const LDAPEntryList& el);
/macosx-10.10/expat-12/expat/examples/
H A Doutline.c49 start(void *data, const char *el, const char **attr) argument
56 printf("%s", el);
67 end(void *data, const char *el) argument
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/doctools2base/
H A Dnroff_manmacros.tcl93 .el \{\
95 . el .TP 15
102 .el \{\
107 .el \{\
140 .el \{\
146 .el \}\
161 .el .nr ^v 1u
166 .el \{\
190 .el \h'-1.5n'\L'|\\n(^yu-1v'\h'\\n(^lu+3n'\L'\\n(^tu+1v-\\n(^yu'\h'|0u'\c
/macosx-10.10/vim-55/runtime/tutor/
H A DMakefile12 tutor.el tutor.el.cp737 \
43 tutor.el: tutor.el.utf-8
44 iconv -f UTF-8 -t ISO-8859-7 tutor.el.utf-8 > tutor.el
46 tutor.el.cp737: tutor.el.utf-8
47 iconv -f UTF-8 -t cp737 tutor.el.utf-8 > tutor.el
[all...]
/macosx-10.10/libxml2-26/libxml2/
H A DgenChRanges.py123 for el in fields[1:]:
124 pos = string.find(el, '..')
128 if el[0:2] == '0x':
129 value = int(el[2:],16)
130 elif el[0] == "'":
131 value = ord(el[1])
133 value = int(el)
136 ' name %s' % (el,name)
144 (first, last) = string.split(el, "..")
159 raise ValidationError, "Invalid range '%s'" % el
[all...]
/macosx-10.10/tcl-105/tcl_ext/tktable/tktable/library/
H A DtkTable.tcl342 # el - The element for the selection operation (typically the
345 proc ::tk::table::BeginSelect {w el} {
347 if {[scan $el %d,%d r c] != 2} return
350 if {[$w tag includes title $el]} {
368 set inc $el
369 set el2 $el
372 $w selection clear $el $el2
374 $w selection set $el $el2
379 if {[$w tag includes title $el]} {
384 $w selection set $el en
[all...]
/macosx-10.10/emacs-93/emacs/lisp/
H A Dforms.el1 ;;; forms.el --- Forms mode: edit a file as a form to fill in
763 (let ((el (car-safe the-list))
767 (if (and (symbolp el)
768 (boundp el))
769 (setq el (eval el)))
774 ((stringp el)
776 (setq prev-item (concat prev-item el))
780 (setq prev-item el)))
783 ((numberp el)
[all...]
/macosx-10.10/emacs-93/emacs/
H A Dmake-dist115 if [ ! -d src -o ! -f src/lisp.h -o ! -d lisp -o ! -f lisp/version.el ]; then
116 echo "${progname}: Can't find \`src/lisp.h' and \`lisp/version.el'." >&2
144 shortversion=`grep 'defconst[ ]*emacs-version' lisp/version.el \
146 version=`grep 'defconst[ ]*emacs-version' lisp/version.el \
149 echo "${progname}: can't find current Emacs version in \`./lisp/version.el'" >&2
189 ### Check for .elc files with no corresponding .el file.
190 ls -1 lisp/[a-zA-Z]*.el lisp/[a-z]*/[a-zA-Z0-9]*.el \
191 leim/[a-z]*/[a-z]*.el | sed 's/\.el
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/fumagic/
H A Dcgen.tcl153 foreach el $args {
154 eval [linsert $el 0 tree_el $tree $node $file]
155 # 8.5 # tree_el $tree $node $file {*}$el
175 foreach el $script {
176 #puts "EL: $el"
177 if {[lindex $el 0] eq "file"} {
178 set file [lindex $el 1]
180 set node [eval [linsert $el 0 tree_el $tree root $file]]
181 # 8.5 # set more [tree_el $tree root $file {*}$el]
249 foreach el
[all...]
/macosx-10.10/ICU-531.30/icuSources/data/translit/
H A Dtrnsfiles.mk22 # | TRANLIST_SOURCE = el.txt th.txt
26 TRANSLIT_SOURCE=root.txt en.txt el.txt
/macosx-10.10/emacs-93/
H A DMakefile30 AEP_Patches = Apple.diff files.el.diff \
32 fast-lock.el.diff python.el.diff src_Makefile.in.diff \
53 EXTRAEL= emacs/lisp/cus-load.el \
54 emacs/lisp/eshell/esh-groups.el \
55 emacs/lisp/finder-inf.el \
56 emacs/lisp/loaddefs.el \
57 emacs/lisp/mh-e/mh-loaddefs.el \
58 emacs/lisp/subdirs.el
117 find $(SRCROOT) -type f -name '*.el[
[all...]
/macosx-10.10/sudo-73/src/
H A Dsudo.man.pl35 s/([^ ]*\@password_timeout\@[^ ]* minutes.$)/\n.ie \\n(PT $1\n.el unlimited./;
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/modules/diagrams/
H A Delement.tcl185 array set el $myelement($id)
226 array set el $myelement($id)
229 foreach item $el(items) {
234 foreach sid $el(elements) {
240 set newcorners [$self move $delta $el(corners)]

Completed in 210 milliseconds

1234567891011>>