Searched refs:atom (Results 76 - 100 of 122) sorted by relevance

12345

/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dtree-widget.el327 name (if (atom elt) (list elt) elt) found)))))
H A Dedmacro.el673 (cond ((atom ev)
H A Drecentf.el340 (if (atom value)
H A Dsimple.el1596 ((atom undo-elt) nil)
1627 ((atom undo-elt)
1659 (cond ((atom undo-elt) nil)
/macosx-10.9.5/tcl-102/tk84/tk/macosx/
H A DtkMacOSXXStubs.c389 Atom atom)
379 XGetAtomName( Display * display, Atom atom) argument
/macosx-10.9.5/vim-53/src/
H A Dui.c1971 || (xproperty->atom != clip_star.sel_atom
1972 && xproperty->atom != clip_plus.sel_atom))
1976 xproperty->atom, 0, 0, False, timestamp_atom, &actual_type, &format,
1988 XtOwnSelection(w, xproperty->atom, xproperty->time,
H A Dgui_gtk_x11.c96 # define GET_X_ATOM(atom) gdk_x11_atom_to_xatom_for_display( \
97 gtk_widget_get_display(gui.mainwin), atom)
99 # define GET_X_ATOM(atom) ((Atom)(atom))
645 && GET_X_ATOM(event->atom) == commProperty)
651 xev.xproperty.atom = commProperty;
H A Dgui_w32.c1291 ATOM atom; local
1333 atom =
1364 atom =
1431 global_ime_init(atom, s_hwnd);
H A Dif_xcmdsrv.c1156 if (eventPtr->xproperty.atom != commProperty
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dvrml.vim153 " doesn't match as an atom yet :-(
H A Dlogtalk.vim182 syn match logtalkKeyword "\<atom\(ic\)\?\ze("
H A Dmaxima.vim44 syn keyword maximaFunc atan2 atanh atensimp atom atomgrad atrig1 atvalue augcoefmatrix
/macosx-10.9.5/emacs-92/emacs/src/
H A Dxterm.c8468 const char *atom = "_NET_WM_STATE";
8495 make_unibyte_string (atom, strlen (atom)),
8503 make_unibyte_string (atom, strlen (atom)),
8511 make_unibyte_string (atom, strlen (atom)),
8521 make_unibyte_string (atom, strlen (atom)),
8902 const char *atom
8440 const char *atom = "_NET_WM_STATE"; local
10517 GdkAtom atom; local
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Dnnsoup.el372 (not (atom (caadar nnsoup-group-alist))))
/macosx-10.9.5/emacs-92/emacs/lisp/mail/
H A Dmail-extr.el637 'edebug-form-spec '(symbolp &optional form form atom))
773 atom-beg atom-end
1309 (setq atom-beg (point))
1311 (setq atom-end (point))
1312 (goto-char atom-beg)
1314 (narrow-to-region atom-beg atom-end)
/macosx-10.9.5/emacs-92/emacs/lisp/mh-e/
H A Dmh-seq.el484 (if (and msgs (atom msgs)) (setq msgs (list msgs)))
H A Dmh-folder.el1747 (range (if (and range (atom range)) (list range) range))
/macosx-10.9.5/tcl-102/tk/tk/macosx/
H A DtkMacOSXXStubs.c404 Atom atom)
394 XGetAtomName( Display * display, Atom atom) argument
/macosx-10.9.5/tcl-102/tk/tk/xlib/X11/
H A DXlib.h822 Atom atom; member in struct:__anon13712
/macosx-10.9.5/tcl-102/tk84/tk/unix/
H A DtkUnixSend.c1395 if ((eventPtr->xproperty.atom != dispPtr->commProperty)
/macosx-10.9.5/tcl-102/tk84/tk/xlib/X11/
H A DXlib.h831 Atom atom; member in struct:__anon13891
/macosx-10.9.5/emacs-92/emacs/lisp/emacs-lisp/
H A Dbyte-opt.el1063 (put 'atom 'byte-optimizer 'byte-compile-negation-optimizer)
1087 "last arg to apply can't be a literal atom: `%s'"
1223 '(arrayp atom
/macosx-10.9.5/ruby-104/ruby/lib/rss/
H A Drss.rb1290 to_feed("atom:#{type}", &block)
1303 if /^(atom|rss)?(\d+\.\d+)?(?::(.+))?$/i =~ type
/macosx-10.9.5/tcl-102/tk/tk/unix/
H A DtkUnixSend.c1429 if ((eventPtr->xproperty.atom != dispPtr->commProperty)
H A DtkUnixWm.c705 Atom atom;
718 atom = Tk_InternAtom((Tk_Window) winPtr, "_NET_WM_PID");
720 atom, XA_CARDINAL, 32, PropModeReplace,
4324 if (eventPtr->atom == _NET_WM_STATE) {
702 Atom atom; local

Completed in 501 milliseconds

12345