Searched +refs:symbol +refs:plist (Results 1 - 25 of 27) sorted by relevance

12

/macosx-10.10/emacs-93/emacs/src/
H A Ddata.c185 doc: /* Return a symbol representing the type of OBJECT.
186 The symbol returned names the object's basic type;
291 doc: /* Return t if OBJECT is a symbol. */)
300 /* Define this in C to avoid unnecessarily consing up the symbol
304 This means that it is a symbol with a print name beginning with `:'
583 (symbol)
584 register Lisp_Object symbol;
587 CHECK_SYMBOL (symbol);
589 valcontents = SYMBOL_VALUE (symbol);
593 valcontents = swap_in_symval_forwarding (symbol, valcontent
579 register Lisp_Object symbol; variable
582 CHECK_SYMBOL (symbol); variable
596 register Lisp_Object symbol; variable
598 CHECK_SYMBOL (symbol); variable
606 register Lisp_Object symbol; variable
608 CHECK_SYMBOL (symbol); variable
619 register Lisp_Object symbol; variable
621 CHECK_SYMBOL (symbol); variable
631 register Lisp_Object symbol; variable
633 CHECK_SYMBOL (symbol); variable
642 register Lisp_Object symbol; variable
644 CHECK_SYMBOL (symbol); variable
651 register Lisp_Object symbol; variable
655 CHECK_SYMBOL (symbol); variable
663 register Lisp_Object symbol, definition; variable
665 CHECK_SYMBOL (symbol); variable
690 register Lisp_Object symbol, definition, docstring; variable
692 CHECK_SYMBOL (symbol); variable
706 register Lisp_Object symbol, newplist; variable
708 CHECK_SYMBOL (symbol); variable
1105 Lisp_Object symbol; variable
1119 register Lisp_Object symbol, newval; variable
1352 Lisp_Object symbol; variable
1366 Lisp_Object symbol; variable
1382 Lisp_Object symbol, value; variable
1386 CHECK_SYMBOL (symbol); variable
1448 register Lisp_Object val, symbol; variable
[all...]
H A Dmac.c286 Lisp_Object symbol;
378 elem = Fcons (ae_attr_table[count-1].symbol, elem);
1149 /* CFBoolean to a lisp symbol, `t' or `nil'. */
1214 non-zero, a symbol that represents the type of the original Core
1223 cfproperty_list_to_lisp (plist, with_tag, hash_bound)
1224 CFPropertyListRef plist;
1227 CFTypeID type_id = CFGetTypeID (plist);
1236 result = cfstring_to_lisp (plist);
1241 result = cfnumber_to_lisp (plist);
1246 result = cfboolean_to_lisp (plist);
285 Lisp_Object symbol; member in struct:__anon8757
1818 CFPropertyListRef plist; local
4627 CFPropertyListRef app_plist = NULL, plist; variable
4726 Lisp_Object coding_spec, plist; local
[all...]
H A Dprocess.c453 decode_status (l, symbol, code, coredump)
455 Lisp_Object *symbol;
463 *symbol = l;
469 *symbol = XCAR (l);
484 Lisp_Object symbol;
488 decode_status (status, &symbol, &code, &coredump);
490 if (EQ (symbol, Qsignal) || EQ (symbol, Qstop))
502 else if (EQ (symbol, Qexit))
513 else if (EQ (symbol, Qfaile
481 Lisp_Object symbol; local
817 Lisp_Object symbol; variable
1228 register Lisp_Object process, plist; variable
1231 CHECK_LIST (plist); variable
1408 Lisp_Object symbol; local
6783 Lisp_Object symbol; local
[all...]
H A Dfns.c1975 DEFUN ("plist-get", Fplist_get, Splist_get, 2, 2, 0,
1981 (plist, prop)
1982 Lisp_Object plist;
1987 for (tail = plist;
2008 DEFUN ("plist-get", Fplist_get, Splist_get, 2, 2, 0,
2014 (plist, prop)
2015 Lisp_Object plist;
2021 tail = halftail = plist;
2039 (symbol, propname)
2040 Lisp_Object symbol, propnam
2004 Lisp_Object plist; variable
2029 Lisp_Object symbol, propname; variable
2031 CHECK_SYMBOL (symbol); variable
2044 Lisp_Object plist; variable
2075 Lisp_Object symbol, propname, value; variable
2077 CHECK_SYMBOL (symbol); variable
2090 Lisp_Object plist; variable
2119 Lisp_Object plist; variable
3624 Lisp_Object plist, prop; variable
[all...]
H A Dcoding.c91 Emacs represents a coding system by a Lisp symbol that has a property
376 /* If a symbol has this property, evaluate the value to define the
377 symbol as a coding system. */
469 /* Table of names of symbol for each coding-category. */
527 /* Return `safe-chars' property of CODING_SYSTEM (symbol). Don't check
534 Lisp_Object coding_spec, plist, safe_chars;
537 plist = XVECTOR (coding_spec)->contents[3];
1392 || (safe_chars = coding_safe_chars (coding_system_table[idx]->symbol), \
1850 safe_chars = coding_safe_chars (coding->symbol);
2685 safe_chars = coding_safe_chars (coding->symbol);
533 Lisp_Object coding_spec, plist, safe_chars; local
3575 Lisp_Object coding_spec, coding_type, eol_type, plist; local
[all...]
H A Dsyntax.c52 /* Nonzero means `scan-sexps' treat all multibyte characters as symbol. */
205 tmp_table = textget (i->plist, Qsyntax_table);
247 if (cnt && !EQ (tmp_table, textget (i->plist, Qsyntax_table)))
1009 _ symbol constituent. . punctuation.
1152 insert_string ("symbol"); break;
3054 7. t if in a comment of style b; symbol `syntax-table' if the comment
3066 If it is symbol `syntax-table', stop after the start of a comment or a
3241 DEFVAR_BOOL ("multibyte-syntax-as-symbol", &multibyte_syntax_as_symbol,
3242 doc: /* Non-nil means `scan-sexps' treats all multibyte characters as symbol. */);
H A Dxfaces.c79 with the symbol `face' in slot 0, and a slot for each of the face
335 /* The symbol `face-alias'. A symbols having that property is an
399 /* Error symbol for wrong_type_argument in load_pixmap. */
404 (FACE . LFACE) where FACE is a symbol naming a face and LFACE
1863 Lisp_Object *symbol;
2043 return p ? *p->symbol : dflt;
2058 /* Return a symbol representing the weight of the font given by FONT. */
2080 /* Return a symbol representing the slant of the font given by FONT. */
2119 face_value (table, dim, symbol)
2122 Lisp_Object symbol;
1856 Lisp_Object *symbol; member in struct:table_entry
4833 Lisp_Object symbol, keyword, frame; variable
4837 CHECK_SYMBOL (symbol); variable
4920 Lisp_Object symbol = *table[i].symbol; variable
5875 Lisp_Object plist; variable
5880 merge_face_ref (XFRAME (selected_frame), plist, XVECTOR (lface)->contents, variable
[all...]
H A Dimage.c712 types. Use lookup_image_type to find a type for a given symbol. */
728 /* The symbol `xbm' which is used as the type symbol for XBM images. */
753 static struct image_type *lookup_image_type P_ ((Lisp_Object symbol));
798 lookup_image_type (symbol)
799 Lisp_Object symbol;
804 if (NILP (Finit_image_library (symbol, Vimage_library_alist)))
808 if (EQ (symbol, *type->type))
816 valid image specification is a list whose car is the symbol
929 Lisp_Object plist;
928 Lisp_Object plist; local
[all...]
H A Dxdisp.c366 /* The symbol `image' which is the car of the lists used to represent
452 properties on `overlay-arrow-position' symbol. However, if
459 properties on a symbol in overlay-arrow-variable-list. */
616 /* The symbol `inhibit-menubar-update' and its DEFVAR_BOOL variable. */
3158 values_here[p->idx] = textget (iv->plist, *p->name);
3172 new_value = textget (next_iv->plist, *p->name);
9486 Lisp_Object image, plist, props;
9488 image = plist = props = Qnil;
9489 GCPRO3 (image, plist, props);
9550 plist
9461 Lisp_Object image, plist, props; local
20101 Lisp_Object prop, plist; local
22513 Lisp_Object area_id, plist; local
22810 Lisp_Object area_id, plist; local
[all...]
H A Dalloc.c1500 mark_object (i->plist);
3095 PURPOSE should be a symbol which has a `char-table-extra-slots' property.
3217 /* Current symbol block and index of first unused Lisp_Symbol
3227 /* Total number of symbol blocks now in use. */
3232 /* Initialize symbol allocation. */
3244 DEFUN ("make-symbol", Fmake_symbol, Smake_symbol, 1, 1, 0,
3245 doc: /* Return a newly allocated uninterned symbol whose name is NAME.
3288 p->plist = Qnil;
4035 /* Value is non-zero if P is a pointer to a live Lisp symbol on
4049 one of the unused cells in the current symbol bloc
[all...]
/macosx-10.10/emacs-93/emacs/lisp/gnus/
H A Dgmm-utils.el81 (defun gmm-widget-p (symbol)
83 (get symbol 'widget-type))
117 ;; TODO: Extend API so that the "Command" entry can be a function or a plist.
130 ;; Then use (plist-get rs-command :none), (plist-get rs-command :shift)
144 (plist :inline t :tag "Properties"))
149 (plist :inline t :tag "Properties"))))
179 (symbol :tag "Icon item")))))
270 command icon tool-bar-map (symbol-value fmap)
274 command icon (symbol
[all...]
H A Dgnus-util.el101 (symbol-value variable)))
105 (let ((tempvar (make-symbol "GnusStartBufferWindow"))
106 (w (make-symbol "w"))
107 (buf (make-symbol "buf")))
126 `(let ((symbol (intern ,string ,hashtable)))
127 (or (boundp symbol)
128 (set symbol nil))
129 symbol))
303 (defmacro gnus-local-set-keys (&rest plist)
305 `(gnus-define-keys-1 (current-local-map) ',plist))
[all...]
H A Dmml.el62 :type '(repeat (symbol :tag "Parameter"))
70 :type '(repeat (symbol :tag "Parameter"))
678 (mail-header-encode-parameter "charset" (symbol-name charset))))
716 (symbol-name type) value)))))
729 (symbol-name type) value))))))
842 (insert " " (symbol-name (car elem)) "=\"" (cdr elem) "\"")))
1072 (defun mml-insert-tag (name &rest plist)
1075 (setq name (symbol-name name)))
1077 (while plist
1078 (let ((key (pop plist))
[all...]
H A Dmessage.el298 If nil, leave the subject unchanged. If it is the symbol `ask', query
316 `message-subject-trailing-was-query' is set to the symbol `ask'. If
526 Can also be the symbol `best' to indicate that MML should be
666 query before using the \"poster\" value. If it is the symbol `ask',
667 always query the user whether to use the value. If it is the symbol
678 If nil, always ignore the header. If it is the symbol `ask', always
679 query the user whether to use the value. If it is the symbol `use',
731 If it is the symbol `always', the posting is allowed. If it is the
732 symbol `never', the posting is not allowed. If it is the symbol
[all...]
/macosx-10.10/emacs-93/emacs/lisp/obsolete/
H A Dfast-lock.el238 (defmacro defcustom (symbol value doc &rest args)
239 `(defvar ,symbol ,value ,doc))))
275 where MAJOR-MODE is a symbol or t (meaning the default). For example:
286 (symbol :tag "name"))
630 ;; Find value of syntactic keywords in case it is a symbol.
757 (save-buffer-state (plist regions)
764 (setq plist (list 'syntax-table (car (car syntactic-properties)))
768 (add-text-properties (nth 0 regions) (nth 1 regions) plist)
773 (setq plist (list 'face (car (car face-properties)))
777 (add-text-properties (nth 0 regions) (nth 1 regions) plist)
[all...]
/macosx-10.10/emacs-93/emacs/lisp/international/
H A Dmule.el113 "Return t if OBJ is a quoted symbol, and is the name of a standard charset."
253 (defmacro charset-plist (charset)
262 (defun set-charset-plist (charset plist)
264 (aset (charset-info charset) 14 plist))
413 ;; Coding system is a symbol that has the property `coding-system'.
424 (defconst coding-spec-plist-idx 3)
429 ;; instead of having it in normal property list of Lisp symbol.
479 (defun coding-system-plist (coding-system)
481 (aref (coding-system-spec coding-system) coding-spec-plist
[all...]
H A Dmule-cmds.el438 (let* ((from-categories (mapcar #'(lambda (x) (symbol-value x))
465 (symbol-name mime))
467 ((string-match "^x-" (symbol-name mime))
475 (symbol-name base))
937 (while (and tail (not (setq preferred (symbol-value (car tail)))))
1079 KEY is a symbol denoting the kind of information, and
1134 KEY is a symbol denoting the kind of information.
1138 (setq lang-env (symbol-name lang-env)))
1147 KEY is a symbol denoting the kind of information.
1153 (setq lang-env (symbol
[all...]
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Delf64-ppc.c432 symbol. */
448 the symbol. */
464 the symbol. */
480 the symbol. */
495 /* This is used only by the dynamic linker. The symbol should exist
497 dynamic linker copies the data addressed by the symbol from the
531 entry for a symbol. */
609 /* 32-bit relocation to the symbol's procedure linkage table. */
624 /* 32-bit PC relative relocation to the symbol's procedure linkage table.
641 the symbol
2139 ppc64_elf_ha_reloc(bfd *abfd, arelent *reloc_entry, asymbol *symbol, void *data, asection *input_section, bfd *output_bfd, char **error_message) argument
2158 ppc64_elf_branch_reloc(bfd *abfd, arelent *reloc_entry, asymbol *symbol, void *data, asection *input_section, bfd *output_bfd, char **error_message) argument
2181 ppc64_elf_brtaken_reloc(bfd *abfd, arelent *reloc_entry, asymbol *symbol, void *data, asection *input_section, bfd *output_bfd, char **error_message) argument
2244 ppc64_elf_sectoff_reloc(bfd *abfd, arelent *reloc_entry, asymbol *symbol, void *data, asection *input_section, bfd *output_bfd, char **error_message) argument
2261 ppc64_elf_sectoff_ha_reloc(bfd *abfd, arelent *reloc_entry, asymbol *symbol, void *data, asection *input_section, bfd *output_bfd, char **error_message) argument
2281 ppc64_elf_toc_reloc(bfd *abfd, arelent *reloc_entry, asymbol *symbol, void *data, asection *input_section, bfd *output_bfd, char **error_message) argument
2304 ppc64_elf_toc_ha_reloc(bfd *abfd, arelent *reloc_entry, asymbol *symbol, void *data, asection *input_section, bfd *output_bfd, char **error_message) argument
2330 ppc64_elf_toc64_reloc(bfd *abfd, arelent *reloc_entry, asymbol *symbol, void *data, asection *input_section, bfd *output_bfd, char **error_message) argument
2354 ppc64_elf_unhandled_reloc(bfd *abfd, arelent *reloc_entry, asymbol *symbol, void *data, asection *input_section, bfd *output_bfd, char **error_message) argument
[all...]
H A Delf32-ppc.c386 symbol. */
402 the symbol. */
418 the symbol. */
434 the symbol. */
450 entry for the symbol. */
465 /* This is used only by the dynamic linker. The symbol should exist
467 dynamic linker copies the data addressed by the symbol from the
500 /* Marks a procedure linkage table entry for a symbol. */
532 /* Like R_PPC_REL24, but uses the value of the symbol within the
594 /* 32-bit relocation to the symbol'
1599 ppc_elf_addr16_ha_reloc(bfd *abfd ATTRIBUTE_UNUSED, arelent *reloc_entry, asymbol *symbol, void *data ATTRIBUTE_UNUSED, asection *input_section, bfd *output_bfd, char **error_message ATTRIBUTE_UNUSED) argument
1635 ppc_elf_unhandled_reloc(bfd *abfd, arelent *reloc_entry, asymbol *symbol, void *data, asection *input_section, bfd *output_bfd, char **error_message) argument
[all...]
H A Delf-bfd.h32 symbol table sections. */
52 /* Information held for an ELF symbol. The first field is the
53 corresponding asymbol. Every symbol is an ELF file is actually a
59 /* The BFD symbol. */
60 asymbol symbol; member in struct:__anon7500
61 /* ELF symbol information. */
91 set to -2 if the symbol is used by a reloc. */
94 /* Symbol index as a dynamic symbol. Initialized to -1, and remains
95 -1 if this is not a dynamic symbol. */
103 End result: this field -1 does not indicate that the symbol i
121 struct plt_entry *plist; member in union:elf_link_hash_entry::gotplt_union
[all...]
/macosx-10.10/emacs-93/emacs/lisp/calc/
H A Dcalc.el235 :type '(alist :key-type (symbol :tag "Major mode")
236 :value-type (symbol :tag "Calc language")))
258 :type '(alist :key-type (symbol :tag "Major mode")
277 :type '(alist :key-type (symbol :tag "Major mode")
297 :type '(alist :key-type (symbol :tag "Major mode")
330 :type '(alist :key-type (symbol :tag "Major mode")
350 :type '(alist :key-type (symbol :tag "Major mode")
382 :type '(alist :key-type (symbol :tag "Major mode")
470 (cons (list (car var) (symbol-value (car var)))
821 (eq (car-safe (symbol
[all...]
/macosx-10.10/vim-55/runtime/syntax/
H A Dlisp.vim80 syn keyword lispFunc + find-symbol pprint-newline
266 syn keyword lispFunc constantly make-symbol string-right-trim
276 syn keyword lispFunc copy-symbol maphash stringp
294 syn keyword lispFunc define-compiler-macro mod symbol
295 syn keyword lispFunc define-condition most-negative-double-float symbol-function
296 syn keyword lispFunc define-method-combination most-negative-fixnum symbol-macrolet
297 syn keyword lispFunc define-modify-macro most-negative-long-float symbol-name
298 syn keyword lispFunc define-setf-expander most-negative-short-float symbol-package
299 syn keyword lispFunc define-setf-method most-negative-single-float symbol-plist
[all...]
/macosx-10.10/emacs-93/emacs/lisp/progmodes/
H A Dada-xref.el220 A project has the format: (project-file . project-plist)
221 \(See 'apropos plist' for operations on property lists).
363 (defun ada-xref-set-default-prj-values (symbol ada-buffer)
367 plist)
371 (set 'plist
414 (set symbol plist)))
424 (let* ((project-plist (cdr (ada-xref-current-project)))
427 (set 'value (plist-get project-plist fiel
[all...]
/macosx-10.10/emacs-93/emacs/lisp/
H A Dwid-edit.el481 "Return the type of WIDGET, a symbol."
495 If the value is a symbol, return its binding.
499 (symbol-value value)
504 (cond ((plist-member (cdr widget) property)
613 (symbol :tag "Image Format" unknown)
777 (let ((convert-widget (plist-get (cdr type) :convert-widget)))
1137 :options '(ispell-complete-word complete-tag lisp-complete-symbol)
1880 INITIAL is the initial input and HISTORY is a symbol containing
2843 :help-echo "Describe this symbol"
2849 (symbol (inter
3097 (define-widget 'symbol 'editable-field function
3503 (define-widget 'plist 'list function
[all...]
/macosx-10.10/emacs-93/emacs/lisp/textmodes/
H A Dorg.el403 argument is a symbol. After a global state change, it can have the values
630 When equal to the symbol `optimized', the table editor will be optimized to
695 (list (symbol :tag "Major mode")
805 :type 'plist)
1539 When the symbol `auto', fast selection is used if and only if selection
1717 (symbol :tag "Other, user-defined function"))
1751 (symbol :tag "function")
2138 The option can be t or nil. It may also be the symbol `beg', indicating
2149 When this is the symbol `prefix', only remove tags when
2183 :type 'plist)
[all...]

Completed in 332 milliseconds

12