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

12345

/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Dgnus-topic.el409 (when (atom param)
H A Dgnus-sum.el6561 (setq first (1+ (if (atom (car read)) (car read) (cdar read))))
6562 (setq nlast (if (atom (cadr read)) (cadr read) (caadr read)))
6612 (setq first (1+ (if (atom (car read)) (car read) (cdar read))))
6613 (setq nlast (if (atom (cadr read)) (cadr read) (caadr read)))
H A Dgnus-score.el1312 (atom alist))
H A Dgnus.el3867 (atom (cdr elem))))
/macosx-10.9.5/emacs-92/emacs/lisp/textmodes/
H A Dflyspell.el2100 (new-word (if (atom replace)
/macosx-10.9.5/tcl-102/tk/tk/generic/
H A DtkDecls.h549 EXTERN CONST84_RETURN char * Tk_GetAtomName(Tk_Window tkwin, Atom atom);
1774 CONST84_RETURN char * (*tk_GetAtomName) (Tk_Window tkwin, Atom atom); /* 83 */
H A DtkBind.c2568 eventPtr->xproperty.atom);
/macosx-10.9.5/tcl-102/tk84/tk/generic/
H A DtkDecls.h328 Atom atom));
1014 CONST84_RETURN char * (*tk_GetAtomName) _ANSI_ARGS_((Tk_Window tkwin, Atom atom)); /* 83 */
H A DtkBind.c2612 string = Tk_GetAtomName((Tk_Window) winPtr, eventPtr->xproperty.atom);
/macosx-10.9.5/emacs-92/emacs/lisp/emacs-lisp/
H A Dedebug.el761 ;; Leave point immediately after it. A sexp can be a list or atom.
762 ;; An atom is a symbol (or number), character, string, or vector.
1586 ((atom specs)
H A Dcl-macs.el495 If no clause succeeds, case returns nil. A single atom may be used in
496 place of a KEYLIST of one atom. A KEYLIST of t or `otherwise' is
2398 ((eq type 'atom) `(atom ,val))
/macosx-10.9.5/vim-53/src/
H A Dgui_x11.c3195 && e->atom == commProperty && e->state == PropertyNewValue)
H A Dos_unix.c6668 && e->atom == commProperty && e->state == PropertyNewValue)
/macosx-10.9.5/emacs-92/emacs/lisp/erc/
H A Derc.el2319 (unless (or (zerop shift) (atom buffer-undo-list))
2325 ((or (atom elt) ; nil, EXTENT
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dlisp.vim141 syn keyword lispFunc atom if remove
/macosx-10.9.5/CPANInternal-140/JSON/lib/
H A DJSON.pm1626 A JSON null atom becomes C<undef> in Perl.
/macosx-10.9.5/CPANInternal-140/JSON-2.53/lib/JSON/
H A DbackportPP.pm646 decode_error("malformed JSON string, neither array, object, number, string or atom");
693 decode_error("malformed JSON string, neither array, object, number, string or atom") unless $valid_start;
874 decode_error("malformed JSON string, neither array, object, number, string or atom");
1046 decode_error("malformed JSON string, neither array, object, number, string or atom");
2595 A JSON null atom becomes C<undef> in Perl.
/macosx-10.9.5/CPANInternal-140/JSON-2.53/lib/
H A DJSON.pm1793 A JSON null atom becomes C<undef> in Perl.
/macosx-10.9.5/CPANInternal-140/JSON-XS/
H A DXS.pm1003 A JSON null atom becomes C<undef> in Perl.
/macosx-10.9.5/CPANInternal-140/JSON-XS-2.33/
H A DXS.pm1013 A JSON null atom becomes C<undef> in Perl.
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dallout.el6746 ((atom (car list)) (cons (car list) (allout-flatten (cdr list))))
/macosx-10.9.5/emacs-92/emacs/lisp/net/
H A Dtramp.el2525 (if (atom (cdr mt))

Completed in 352 milliseconds

12345