• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/emacs-92/emacs/src/

Lines Matching +defs:function +defs:item

366    If the stream is a user function, call it with the char as argument.  */
459 If ASCII_REQUIRED is non-zero, we check function key events to see
574 click or function key event), `read-char' signals an error. As an
695 /* This handler function is used via internal_condition_case_1. */
732 This function searches the directories in `load-path'.
744 If this function fails to find a file, it may look for different
750 The exact suffixes that this function tries out, in the exact order,
752 NOSUFFIX is non-nil and by the return value of the function
754 MUST-SUFFIX are nil, this function first tries out the latter suffixes
1056 load_unwind (arg) /* used as unwind-protect function in load */
1115 PREDICATE can also be an integer to pass to the access(2) function,
1137 returns 1 on success. The predicate can be a lisp function or
1368 unreadpure (junk) /* Used as unwind-protect function in readevalloop */
1585 This function preserves the position of point. */)
1629 This function does not move point. */)
1661 a function (call it with no arguments for each character,
2256 build them using function calls. */
2296 and function definitions. */
2960 /* Helper function for substitute_object_recurse. */
3054 register Lisp_Object tem, item, vector;
3066 item = Fcar (tem);
3075 if (!STRINGP (item))
3081 ptr[COMPILED_CONSTANTS] = item;
3082 item = Qnil;
3088 if (NILP (item))
3096 item = Fread (bytestr);
3097 if (!CONSP (item))
3100 otem = XCONS (item);
3101 bytestr = XCAR (item);
3102 item = XCDR (item);
3110 ptr[i] = read_pure ? Fpurecopy (item) : item;
3359 If there is none, one is created by this function and returned.
3591 mapatoms_1 (sym, function)
3592 Lisp_Object sym, function;
3594 call1 (function, sym);
3600 (function, obarray)
3601 Lisp_Object function, obarray;
3606 map_obarray (obarray, mapatoms_1, function);
3637 XSYMBOL (Qnil)->function = Qunbound;
3639 XSYMBOL (Qunbound)->function = Qunbound;
3664 XSETSUBR (XSYMBOL (sym)->function, sname);
3675 XSETSUBR (XSYMBOL (sym)->function, sname);
4129 this file redefined it as a function.
4152 DEFVAR_LISP ("load-read-function", &Vload_read_function,
4154 The default is nil, which means use the function `read'. */);
4157 DEFVAR_LISP ("load-source-file-function", &Vload_source_file_function,
4159 This function is for doing code conversion before reading the source file.
4244 Qfunction = intern ("function");