Searched refs:el (Results 201 - 225 of 309) sorted by relevance

1234567891011>>

/macosx-10.10/emacs-93/emacs/lisp/gnus/
H A Dnnml.el1 ;;; nnml.el --- mail spool access for Gnus
30 ;; Based on nnspool.el by Masanobu UMEDA <umerin@flab.flab.fujitsu.junet>.
1004 (dolist (el gnus-article-unpropagated-mark-lists)
1005 (setq nnml-marks (gnus-remassoc el nnml-marks))))
1018 (dolist (el gnus-article-unpropagated-mark-lists)
1019 (setq nnml-marks (gnus-remassoc el nnml-marks)))
1026 ;;; nnml.el ends here
H A Dnnfolder.el1 ;;; nnfolder.el --- mail folder access for Gnus
1259 (dolist (el gnus-article-unpropagated-mark-lists)
1260 (setq nnfolder-marks (gnus-remassoc el nnfolder-marks))))
1273 (dolist (el gnus-article-unpropagated-mark-lists)
1274 (setq nnfolder-marks (gnus-remassoc el nnfolder-marks)))
1281 ;;; nnfolder.el ends here
H A Dmm-util.el1 ;;; mm-util.el --- Utility functions for Mule and low level things
62 ;; stolen (and renamed) from nnheader.el
656 ((let* ((el (assq charset mm-charset-eval-alist))
657 (cs (car el))
658 (form (cdr el)))
791 ;; Code from `subr.el' in Emacs 22:
1299 ;;; mm-util.el ends here
/macosx-10.10/lukemftp-14/tnftp/src/
H A Dftp_var.h267 GLOBAL EditLine *el; /* editline(3) status structure */ variable
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/term/ansi/code/
H A Dctrl.tcl67 DEF el escb 2K ; # Erase (current) Line
/macosx-10.10/vim-55/runtime/syntax/
H A Dnroff.vim135 " {{{2 Conditional: .if .ie .el
137 syn match nroffReqName /el/ contained nextgroup=nroffReqLeader skipwhite
H A Ddiff.vim25 syn match diffIsA "^El fitxer .* ��s un .* mentre que el fitxer .* ��s un .*$"
56 " el
79 syn match diffIsA "^El fichero .* es un .* mientras que el .* es un .*$"
H A Dterminfo.vim38 \ clear el1 el ed hpa cmdch cwin cup cud1 home
/macosx-10.10/ruby-106/ruby/test/rexml/
H A Dtest_core.rb329 doc.root.each { |el| string << el.name }
639 el = Element.new("a")
640 el.attributes["x"] = val
641 REXML::Formatters::Default.new.write(el, out="")
658 in_gt = '<root-el>content>content</root-el>'
659 in_lt = '<root-el>content<content</root-el>'
1087 doc.root.elements.each_with_index {|el,
[all...]
H A Dtest_contrib.rb315 doc.elements.each("//CommonError") { |el|
316 h[el.elements['Key'].text] = 'okay'
/macosx-10.10/Heimdal-398.1.2/lib/akadmin/
H A DHeimODAdmin.c336 CFTypeRef el = CFArrayGetValueAtIndex(type, n); local
338 if (CFGetTypeID(el) == CFStringGetTypeID())
339 nflags |= string2int(t, el);
1205 void const *el[1]; local
1271 el[0] = element;
1273 array = CFArrayCreate(kCFAllocatorDefault, el, 1, &kCFTypeArrayCallBacks);
1586 CFDataRef el = CFArrayGetValueAtIndex(keyset, n); local
1587 if (CFGetTypeID(el) != CFDataGetTypeID())
1590 ret = decode_hdb_keyset_aapl(CFDataGetBytePtr(el), CFDataGetLength(el),
[all...]
/macosx-10.10/ruby-106/ruby/ext/tk/lib/tkextlib/treectrl/
H A Dtktreectrl.rb2408 def beginSelect(w, el)
2409 tk_call('::TreeCtrl::BeginSelect', w, el)
2412 tk_call('::TreeCtrl::Motion', w, el)
2414 def beginExtend(w, el)
2415 tk_call('::TreeCtrl::BeginExtend', w, el)
2417 def beginToggle(w, el)
2418 tk_call('::TreeCtrl::BeginToggle', w, el)
2444 def dataExtend(w, el)
2445 tk_call('::TreeCtrl::DataExtend', w, el)
/macosx-10.10/Security-57031.1.35/Security/include/security_cryptkit/CurveParamDocs/
H A Dschoof.c574 schain(int el) { argument
617 for(j=5; j <= el; j++) {
652 init_recip(int el) { argument
654 ptop(s[el], smonic);
655 if(el == 2) {
789 int j, ct = 0, el, xmatch, ymatch; local
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cryptkit/lib/CurveParamDocs/
H A Dschoof.c574 schain(int el) { argument
617 for(j=5; j <= el; j++) {
652 init_recip(int el) { argument
654 ptop(s[el], smonic);
655 if(el == 2) {
789 int j, ct = 0, el, xmatch, ymatch; local
/macosx-10.10/llvmCore-3425.0.34/include/llvm/Support/
H A DIntegersSubsetMapping.h290 el = Items.end(), er = RHS.Items.end(); L != el && R != er;) {
/macosx-10.10/tcl-105/tcl/tcl/library/opt/
H A Doptparse.tcl1032 set el [lindex $list 0];
1034 return $el;
/macosx-10.10/tcl-105/tcl84/tcl/library/opt/
H A Doptparse.tcl1032 set el [lindex $list 0];
1034 return $el;
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/modules/swaplist/
H A Dswaplist.tcl325 # find the position $el should have in $curlist, by looking at $olist
327 proc ::swaplist::FindPos {olist curlist el} {
328 set orig [lsearch $olist $el]
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/modules/widget/
H A Ddateentry.tcl320 grid [label .el -text "End:" ] $end -padx 4 -pady 4
/macosx-10.10/emacs-93/emacs/etc/
H A Dorgcard.tex406 \key{... with constants from constants.el}{=\$1/\$c/\$cm}
418 {\bf Tables created with the \kbd{table.el} package}
420 \key{insert a new \kbd{table.el} table}{C-c ~}
421 \key{recognize existing table.el table}{C-c C-c}
422 \key{convert table (Org-mode $\leftrightarrow$ table.el)}{C-c ~}
472 See the manual for how to make remember.el use Org-mode links and
/macosx-10.10/emacs-93/emacs/lisp/progmodes/
H A Dgdb-ui.el1 ;;; gdb-ui.el --- User Interface for running GDB
40 ;; This file has evolved from gdba.el that was included with GDB 5.0 and
49 ;; 'interpreter mi <mi-command>'. A file called gdb-mi.el is included with
95 ;; 2) Use tree-widget.el instead of the speedbar for watch-expressions?
172 gdba (gdb-ui.el) uses all five values, gdbmi (gdb-mi.el) only two
1820 (el (line-end-position)))
1821 (if (re-search-forward " in \\(.*\\) at\\s-+" el t)
1829 (add-text-properties bl el
1858 el
[all...]
/macosx-10.10/apache-793/httpd/server/mpm/event/
H A Devent.c227 #define TO_QUEUE_APPEND(q, el) \
229 APR_RING_INSERT_TAIL(&(q).head, el, event_conn_state_t, timeout_list); \
233 #define TO_QUEUE_REMOVE(q, el) \
235 APR_RING_REMOVE(el, timeout_list); \
245 #define TO_QUEUE_ELEM_INIT(el) APR_RING_ELEM_INIT(el, timeout_list)
/macosx-10.10/file-46/file/src/
H A Dapprentice.c1536 char *el; local
1560 factor = strtoul(l, &el, 0);
1565 if (*el && !isspace((unsigned char)*el)) {
/macosx-10.10/swig-12/Source/Swig/
H A Dtypesys.c1941 List *el; local
2008 el = SwigType_equivalent_mangle(ki.item, 0, 0);
2009 for (ei = First(el); ei.item; ei = Next(ei)) {
2031 Delete(el);
/macosx-10.10/tcl-105/tcl84/tcl/library/msgcat/
H A Dmsgcat.tcl48 08 el 0408 el_GR

Completed in 306 milliseconds

1234567891011>>