func              481 lib-src/make-docfile.c write_c_args (char *func, char *buf, int minargs, int maxargs)
func              519 lib-src/make-docfile.c 	      error ("empty arg list for '%s' should be (void), not ()", func);
func              103 lib/c++defs.h  #define _GL_FUNCDECL_RPL(func,rettype,parameters_and_attributes) \
func              104 lib/c++defs.h    _GL_FUNCDECL_RPL_1 (rpl_##func, rettype, parameters_and_attributes)
func              115 lib/c++defs.h  #define _GL_FUNCDECL_SYS(func,rettype,parameters_and_attributes) \
func              116 lib/c++defs.h    _GL_EXTERN_C rettype func parameters_and_attributes
func              127 lib/c++defs.h  #define _GL_CXXALIAS_RPL(func,rettype,parameters) \
func              128 lib/c++defs.h    _GL_CXXALIAS_RPL_1 (func, rpl_##func, rettype, parameters)
func              130 lib/c++defs.h  # define _GL_CXXALIAS_RPL_1(func,rpl_func,rettype,parameters) \
func              133 lib/c++defs.h        static const struct _gl_ ## func ## _wrapper            \
func              141 lib/c++defs.h        } func = {};                                            \
func              145 lib/c++defs.h  # define _GL_CXXALIAS_RPL_1(func,rpl_func,rettype,parameters) \
func              156 lib/c++defs.h  #define _GL_CXXALIAS_MDA(func,rettype,parameters) \
func              157 lib/c++defs.h    _GL_CXXALIAS_RPL_1 (func, _##func, rettype, parameters)
func              165 lib/c++defs.h  # define _GL_CXXALIAS_RPL_CAST_1(func,rpl_func,rettype,parameters) \
func              168 lib/c++defs.h        static const struct _gl_ ## func ## _wrapper                 \
func              176 lib/c++defs.h        } func = {};                                                 \
func              180 lib/c++defs.h  # define _GL_CXXALIAS_RPL_CAST_1(func,rpl_func,rettype,parameters) \
func              189 lib/c++defs.h  #define _GL_CXXALIAS_MDA_CAST(func,rettype,parameters) \
func              190 lib/c++defs.h    _GL_CXXALIAS_RPL_CAST_1 (func, _##func, rettype, parameters)
func              203 lib/c++defs.h  # define _GL_CXXALIAS_SYS(func,rettype,parameters)            \
func              206 lib/c++defs.h        static const struct _gl_ ## func ## _wrapper            \
func              212 lib/c++defs.h            return ::func;                                      \
func              214 lib/c++defs.h        } func = {};                                            \
func              218 lib/c++defs.h  # define _GL_CXXALIAS_SYS(func,rettype,parameters) \
func              228 lib/c++defs.h  # define _GL_CXXALIAS_SYS_CAST(func,rettype,parameters) \
func              231 lib/c++defs.h        static const struct _gl_ ## func ## _wrapper      \
func              237 lib/c++defs.h            return reinterpret_cast<type>(::func);        \
func              239 lib/c++defs.h        } func = {};                                      \
func              243 lib/c++defs.h  # define _GL_CXXALIAS_SYS_CAST(func,rettype,parameters) \
func              259 lib/c++defs.h  # define _GL_CXXALIAS_SYS_CAST2(func,rettype,parameters,rettype2,parameters2) \
func              262 lib/c++defs.h        static const struct _gl_ ## func ## _wrapper                            \
func              268 lib/c++defs.h            return reinterpret_cast<type>((rettype2 (*) parameters2)(::func));  \
func              270 lib/c++defs.h        } func = {};                                                            \
func              274 lib/c++defs.h  # define _GL_CXXALIAS_SYS_CAST2(func,rettype,parameters,rettype2,parameters2) \
func              283 lib/c++defs.h  # define _GL_CXXALIASWARN(func) \
func              284 lib/c++defs.h     _GL_CXXALIASWARN_1 (func, GNULIB_NAMESPACE)
func              285 lib/c++defs.h  # define _GL_CXXALIASWARN_1(func,namespace) \
func              286 lib/c++defs.h     _GL_CXXALIASWARN_2 (func, namespace)
func              290 lib/c++defs.h  #  define _GL_CXXALIASWARN_2(func,namespace) \
func              291 lib/c++defs.h      _GL_WARN_ON_USE (func, \
func              292 lib/c++defs.h                       "The symbol ::" #func " refers to the system function. " \
func              293 lib/c++defs.h                       "Use " #namespace "::" #func " instead.")
func              295 lib/c++defs.h  #  define _GL_CXXALIASWARN_2(func,namespace) \
func              296 lib/c++defs.h       extern __typeof__ (func) func
func              298 lib/c++defs.h  #  define _GL_CXXALIASWARN_2(func,namespace) \
func              302 lib/c++defs.h  # define _GL_CXXALIASWARN(func) \
func              310 lib/c++defs.h  # define _GL_CXXALIASWARN1(func,rettype,parameters_and_attributes) \
func              311 lib/c++defs.h     _GL_CXXALIASWARN1_1 (func, rettype, parameters_and_attributes, \
func              313 lib/c++defs.h  # define _GL_CXXALIASWARN1_1(func,rettype,parameters_and_attributes,namespace) \
func              314 lib/c++defs.h     _GL_CXXALIASWARN1_2 (func, rettype, parameters_and_attributes, namespace)
func              318 lib/c++defs.h  #  define _GL_CXXALIASWARN1_2(func,rettype,parameters_and_attributes,namespace) \
func              319 lib/c++defs.h      _GL_WARN_ON_USE_CXX (func, rettype, rettype, parameters_and_attributes, \
func              320 lib/c++defs.h                           "The symbol ::" #func " refers to the system function. " \
func              321 lib/c++defs.h                           "Use " #namespace "::" #func " instead.")
func              323 lib/c++defs.h  #  define _GL_CXXALIASWARN1_2(func,rettype,parameters_and_attributes,namespace) \
func              327 lib/c++defs.h  # define _GL_CXXALIASWARN1(func,rettype,parameters_and_attributes) \
func               77 lib/mktime-internal.h                                      struct tm *(*func) (__time64_t const *,
func               62 lib/openat-priv.h               int (*func) (char const *file1, char const *file2));
func              341 lib/signal.in.h                   (int sig, _gl_function_taking_int_returning_void_t func));
func              343 lib/signal.in.h                   (int sig, _gl_function_taking_int_returning_void_t func));
func              349 lib/signal.in.h                   (int sig, _gl_function_taking_int_returning_void_t func));
func              352 lib/signal.in.h                   (int sig, _gl_function_taking_int_returning_void_t func));
func              127 oldXMenu/Activate.c XMenuActivateSetWaitFunction (Wait_func func, void *data)
func              129 oldXMenu/Activate.c   wait_func = func;
func              134 oldXMenu/Activate.c XMenuActivateSetTranslateFunction (Translate_func func)
func              136 oldXMenu/Activate.c   translate_func = func;
func              281 oldXMenu/XMenu.h void XMenuActivateSetWaitFunction(Wait_func func, void *data);
func              282 oldXMenu/XMenu.h void XMenuActivateSetTranslateFunction(Translate_func func);
func             5201 src/alloc.c    flush_stack_call_func1 (void (*func) (void *arg), void *arg)
func             5207 src/alloc.c      func (arg);
func              131 src/comp.c                 (gcc_jit_function *func, const char *name));
func              155 src/comp.c                 (gcc_jit_function *func, gcc_jit_location *loc, gcc_jit_type *type,
func              173 src/comp.c                 (gcc_jit_function *func, int index));
func              180 src/comp.c                  gcc_jit_function *func, int numargs , gcc_jit_rvalue **args));
func              521 src/comp.c     #define DECL_BLOCK(name, func)				\
func              523 src/comp.c         gcc_jit_function_new_block ((func), STR (name))
func              633 src/comp.c       gcc_jit_function *func; /* Current function being compiled.  */
func              891 src/comp.c       gcc_jit_block *block = gcc_jit_function_new_block (comp.func, name_str);
func              908 src/comp.c     	comp.scratch = gcc_jit_function_new_local (comp.func,
func              921 src/comp.c     register_emitter (Lisp_Object key, void *func)
func              923 src/comp.c       Lisp_Object value = make_mint_ptr (func);
func             1040 src/comp.c     emit_call (Lisp_Object func, gcc_jit_type *ret_type, ptrdiff_t nargs,
func             1044 src/comp.c         Fgethash (func,
func             1051 src/comp.c     		func);
func             1056 src/comp.c     				   SSDATA (func)));
func             1082 src/comp.c     		  func);
func             1084 src/comp.c     				   SSDATA (SYMBOL_NAME (func))));
func             1094 src/comp.c     emit_call_ref (Lisp_Object func, ptrdiff_t nargs,
func             1102 src/comp.c       return emit_call (func, comp.lisp_obj_type, 2, args, direct);
func             1168 src/comp.c     	gcc_jit_function_new_local (comp.func, NULL, comp.lisp_obj_type,
func             2028 src/comp.c     	  Lisp_Object func =
func             2030 src/comp.c     		      CALL1I (comp-ctxt-byte-func-to-func-h, Vcomp_ctxt),
func             2036 src/comp.c     		NILP (func) ? value : CALL1I (comp-func-c-name, func),
func             2162 src/comp.c           comp.func,
func             2323 src/comp.c     	gcc_jit_param_as_lvalue (gcc_jit_function_get_param (comp.func, 0));
func             2470 src/comp.c     	gcc_jit_param_as_rvalue (gcc_jit_function_get_param (comp.func,
func             2482 src/comp.c     	  gcc_jit_param_as_lvalue (gcc_jit_function_get_param (comp.func, 1)));
func             2503 src/comp.c     	gcc_jit_param_as_lvalue (gcc_jit_function_get_param (comp.func, 0));
func             2505 src/comp.c     	gcc_jit_param_as_lvalue (gcc_jit_function_get_param (comp.func, 1));
func             2526 src/comp.c     	gcc_jit_param_as_lvalue (gcc_jit_function_get_param (comp.func, 1));
func             2582 src/comp.c     emit_call_with_type_hint (gcc_jit_function *func, Lisp_Object insn,
func             2593 src/comp.c       return gcc_jit_context_new_call (comp.ctxt, NULL, func, 2, args);
func             2598 src/comp.c     emit_call2_with_type_hint (gcc_jit_function *func, Lisp_Object insn,
func             2610 src/comp.c       return gcc_jit_context_new_call (comp.ctxt, NULL, func, 3, args);
func             3566 src/comp.c       comp.func = comp.check_type;
func             3590 src/comp.c       gcc_jit_function *func[2];
func             3608 src/comp.c           func[i] =
func             3616 src/comp.c           DECL_BLOCK (entry_block, func[i]);
func             3617 src/comp.c           DECL_BLOCK (is_cons_b, func[i]);
func             3618 src/comp.c           DECL_BLOCK (not_a_cons_b, func[i]);
func             3620 src/comp.c           comp.func = func[i];
func             3635 src/comp.c           DECL_BLOCK (is_nil_b, func[i]);
func             3636 src/comp.c           DECL_BLOCK (not_nil_b, func[i]);
func             3658 src/comp.c       comp.car = func[0];
func             3659 src/comp.c       comp.cdr = func[1];
func             3696 src/comp.c           comp.func = *f_ref;
func             3739 src/comp.c       gcc_jit_function *func[2];
func             3755 src/comp.c           comp.func = func[i] =
func             3762 src/comp.c           DECL_BLOCK (entry_block, func[i]);
func             3763 src/comp.c           DECL_BLOCK (inline_block, func[i]);
func             3764 src/comp.c           DECL_BLOCK (fcall_block, func[i]);
func             3812 src/comp.c       comp.add1 = func[0];
func             3813 src/comp.c       comp.sub1 = func[1];
func             3830 src/comp.c       comp.func = comp.negate =
func             3916 src/comp.c       comp.func = comp.pseudovectorp;
func             3963 src/comp.c       comp.func = comp.get_symbol_with_position;
func             3996 src/comp.c       comp.func = comp.symbol_with_pos_sym;
func             4044 src/comp.c         comp.func = comp.check_impure;
func             4096 src/comp.c       comp.func = comp.maybe_gc_or_quit =
func             4176 src/comp.c       comp.func = comp.bool_to_lisp_obj;
func             4194 src/comp.c     declare_lex_function (Lisp_Object func)
func             4197 src/comp.c       Lisp_Object c_name = CALL1I (comp-func-c-name, func);
func             4198 src/comp.c       Lisp_Object args = CALL1I (comp-func-l-args, func);
func             4250 src/comp.c     declare_function (Lisp_Object func)
func             4253 src/comp.c         !NILP (CALL1I (comp-func-l-p, func))
func             4254 src/comp.c         ? declare_lex_function (func)
func             4259 src/comp.c     				    SSDATA (CALL1I (comp-func-c-name, func)),
func             4261 src/comp.c       Fputhash (CALL1I (comp-func-c-name, func),
func             4267 src/comp.c     compile_function (Lisp_Object func)
func             4270 src/comp.c       comp.frame_size = XFIXNUM (CALL1I (comp-func-frame-size, func));
func             4273 src/comp.c       comp.func = xmint_pointer (Fgethash (CALL1I (comp-func-c-name, func),
func             4276 src/comp.c       comp.func_has_non_local = !NILP (CALL1I (comp-func-has-non-local, func));
func             4277 src/comp.c       comp.func_speed = XFIXNUM (CALL1I (comp-func-speed, func));
func             4280 src/comp.c         gcc_jit_function_new_local (comp.func,
func             4291 src/comp.c               comp.func,
func             4312 src/comp.c     	gcc_jit_function_new_local (comp.func,
func             4319 src/comp.c       comp.loc_handler =  gcc_jit_function_new_local (comp.func,
func             4329 src/comp.c       Lisp_Object blocks = CALL1I (comp-func-blocks, func);
func             4369 src/comp.c     	      CALL1I (comp-func-name, func),
func             5491 src/comp.c       void *func = dynlib_sym (handle, SSDATA (c_name));
func             5492 src/comp.c       eassert (func);
func             5513 src/comp.c       x->s.function.a0 = func;
func              462 src/composite.c   Lisp_Object func;
func              465 src/composite.c   func = COMPOSITION_MODIFICATION_FUNC (prop);
func              476 src/composite.c   if (!NILP (Ffboundp (func)))
func              477 src/composite.c     call2 (func, make_fixnum (from), make_fixnum (to));
func              314 src/dbusbind.c #define XD_DBUS_VALIDATE_OBJECT(object, func)				\
func              321 src/dbusbind.c 	if (!func (SSDATA (object), &derror))				\
func              575 src/emacs-module.c 		      emacs_function func, const char *docstring, void *data)
func              589 src/emacs-module.c   function->subr = func;
func              624 src/emacs-module.c module_finalize_function (const struct Lisp_Module_Function *func)
func              626 src/emacs-module.c   if (func->finalizer != NULL)
func              627 src/emacs-module.c     func->finalizer (func->data);
func              655 src/emacs-module.c module_funcall (emacs_env *env, emacs_value func, ptrdiff_t nargs,
func              668 src/emacs-module.c   newargs[0] = value_to_lisp (func);
func             1157 src/emacs-module.c   const struct Lisp_Module_Function *func = XMODULE_FUNCTION (function);
func             1158 src/emacs-module.c   eassume (0 <= func->min_arity);
func             1159 src/emacs-module.c   if (! (func->min_arity <= nargs
func             1160 src/emacs-module.c 	 && (func->max_arity < 0 || nargs <= func->max_arity)))
func             1183 src/emacs-module.c   emacs_value ret = func->subr (env, nargs, args, func->data);
func             1189 src/eval.c     		Lisp_Object (*func) (Lisp_Object), Lisp_Object arg)
func             1197 src/eval.c           Lisp_Object val = func (arg);
func             3529 src/eval.c       specpdl_ptr->unwind.func = function;
func             3548 src/eval.c       specpdl_ptr->unwind_ptr.func = function;
func             3561 src/eval.c       specpdl_ptr->unwind_ptr.func = function;
func             3571 src/eval.c       specpdl_ptr->unwind_int.func = function;
func             3580 src/eval.c       specpdl_ptr->unwind_intmax.func = function;
func             3597 src/eval.c       specpdl_ptr->unwind_void.func = function;
func             3605 src/eval.c       specpdl_ptr->unwind_ptr.func = NULL;
func             3620 src/eval.c           this_binding->unwind.func (this_binding->unwind.arg);
func             3626 src/eval.c           this_binding->unwind_ptr.func (this_binding->unwind_ptr.arg);
func             3629 src/eval.c           this_binding->unwind_int.func (this_binding->unwind_int.arg);
func             3632 src/eval.c           this_binding->unwind_intmax.func (this_binding->unwind_intmax.arg);
func             3635 src/eval.c           this_binding->unwind_void.func ();
func             3711 src/eval.c       p->unwind_void.func = do_nothing;
func             3719 src/eval.c     set_unwind_protect (specpdl_ref count, void (*func) (Lisp_Object),
func             3724 src/eval.c       p->unwind.func = func;
func             3730 src/eval.c     set_unwind_protect_ptr (specpdl_ref count, void (*func) (void *), void *arg)
func             3734 src/eval.c       p->unwind_ptr.func = func;
func             3950 src/eval.c     	  if (tmp->unwind.func == set_buffer_if_live)
func             2023 src/gmalloc.c  mcheck (void (*func) (enum mcheck_status))
func             2025 src/gmalloc.c    abortfunc = (func != NULL) ? func : &mabort;
func             2577 src/gtkutil.c  			  xg_get_file_func *func)
func             2665 src/gtkutil.c    *func = xg_get_file_name_from_chooser;
func             2696 src/gtkutil.c                              xg_get_file_func *func)
func             2714 src/gtkutil.c    *func = xg_get_file_name_from_selector;
func             2743 src/gtkutil.c    xg_get_file_func func;
func             2754 src/gtkutil.c                                      mustmatch_p, only_dir_p, &func);
func             2757 src/gtkutil.c                                    mustmatch_p, only_dir_p, &func);
func             2761 src/gtkutil.c                                  mustmatch_p, only_dir_p, &func);
func             2768 src/gtkutil.c      fn = (*func) (w);
func             3112 src/gtkutil.c            GtkCallback func = (GtkCallback) data->cl_data->highlight_cb;
func             3113 src/gtkutil.c            (*func) (subwidget, call_data);
func             3410 src/lisp.h           void (*func) (Lisp_Object);
func             3421 src/lisp.h           void (*func) (void *);	/* Unwind function.  */
func             3427 src/lisp.h           void (*func) (int);
func             3432 src/lisp.h           void (*func) (intmax_t);
func             3441 src/lisp.h           void (*func) (void);
func             4207 src/lisp.h     extern void flush_stack_call_func1 (void (*func) (void *arg), void *arg);
func             4230 src/lisp.h     flush_stack_call_func (void (*func) (void *arg), void *arg)
func             4233 src/lisp.h       flush_stack_call_func1 (func, arg);
func             5378 src/lisp.h     	  eassert (specpdl_ptr->unwind_ptr.func == xfree);
func               40 src/module-env-25.h 				emacs_value (*func) (emacs_env *env,
func               51 src/module-env-25.h                           emacs_value func,
func             5434 src/pdumper.c  	void *func = dynlib_sym (comp_u->handle, c_name);
func             5435 src/pdumper.c  	if (!func)
func             5438 src/pdumper.c  	subr->function.a0 = func;
func             1678 src/print.c          Lisp_Object func = Vprint_unreadable_function;
func             1691 src/print.c          Lisp_Object result = CALLN (Ffuncall, func, obj,
func              451 src/process.c    fd_callback func;
func              469 src/process.c  add_read_fd (int fd, fd_callback func, void *data)
func              474 src/process.c    fd_callback_info[fd].func = func;
func              479 src/process.c  add_non_keyboard_read_fd (int fd, fd_callback func, void *data)
func              481 src/process.c    add_read_fd(fd, func, data);
func              489 src/process.c    eassert (fd_callback_info[fd].func == NULL);
func              509 src/process.c        fd_callback_info[fd].func = 0;
func              518 src/process.c  add_write_fd (int fd, fd_callback func, void *data)
func              522 src/process.c    fd_callback_info[fd].func = func;
func              533 src/process.c    eassert (fd_callback_info[fd].func == NULL);
func              572 src/process.c        fd_callback_info[fd].func = 0;
func             5842 src/process.c            if (d->func
func             5847 src/process.c              d->func (channel, d->data);
func              287 src/process.h  extern void add_read_fd (int fd, fd_callback func, void *data);
func              288 src/process.h  extern void add_non_keyboard_read_fd (int fd, fd_callback func, void *data);
func              290 src/process.h  extern void add_write_fd (int fd, fd_callback func, void *data);
func             1217 src/sound.c    #define SOUND_WARNING(func, error, text)		\
func             1221 src/sound.c        func (error, err_string, sizeof (err_string));	\
func             1460 src/syntax.c     Lisp_Object func, pos;
func             1483 src/syntax.c         func = CHAR_TABLE_REF (Vfind_word_boundary_function_table, ch0);
func             1484 src/syntax.c         if (! NILP (Ffboundp (func)))
func             1486 src/syntax.c   	  pos = call2 (func, make_fixnum (from - 1), make_fixnum (end));
func             1532 src/syntax.c         func = CHAR_TABLE_REF (Vfind_word_boundary_function_table, ch1);
func             1533 src/syntax.c         if (! NILP (Ffboundp (func)))
func             1535 src/syntax.c   	  pos = call2 (func, make_fixnum (from), make_fixnum (beg));
func               94 src/systhread.c sys_thread_create (sys_thread_t *t, thread_creation_function *func, void *datum)
func              236 src/systhread.c sys_thread_create (sys_thread_t *thread_ptr, thread_creation_function *func,
func              256 src/systhread.c     result = pthread_create (thread_ptr, &attr, func, arg) == 0;
func              493 src/systhread.c sys_thread_create (sys_thread_t *thread_ptr, thread_creation_function *func,
func              505 src/systhread.c   thread_start_address = func;
func              590 src/thread.c     select_func *func;
func              612 src/thread.c     sa->result = (sa->func) (sa->max_fds, sa->rfds, sa->wfds, sa->efds,
func              631 src/thread.c   thread_select (select_func *func, int max_fds, fd_set *rfds,
func              637 src/thread.c     sa.func = func;
func              314 src/thread.h   int thread_select  (select_func *func, int max_fds, fd_set *rfds,
func               75 src/w32common.h #define DEF_DLL_FN(type, func, ...)                     \
func               76 src/w32common.h   typedef type (CDECL *W32_PFN_##func) __VA_ARGS__;     \
func               77 src/w32common.h   static W32_PFN_##func fn_##func
func               80 src/w32common.h #define LOAD_DLL_FN(lib, func)						\
func               83 src/w32common.h       fn_##func = (W32_PFN_##func) get_proc_addr (lib, #func);		\
func               84 src/w32common.h       if (!fn_##func)							\
func               90 src/w32common.h #define LOAD_DLL_FN_OPT(lib, func)                                      \
func               93 src/w32common.h       fn_##func = (W32_PFN_##func) get_proc_addr (lib, #func);		\
func             3036 src/xdisp.c    safe__call (bool inhibit_quit, ptrdiff_t nargs, Lisp_Object func, va_list ap)
func             3050 src/xdisp.c          args[0] = func;
func             3068 src/xdisp.c    safe_call (ptrdiff_t nargs, Lisp_Object func, ...)
func             3073 src/xdisp.c      va_start (ap, func);
func             3074 src/xdisp.c      retval = safe__call (false, nargs, func, ap);
func             2015 test/manual/etags/c-src/emacs/src/gmalloc.c mcheck (void (*func) (enum mcheck_status))
func             2017 test/manual/etags/c-src/emacs/src/gmalloc.c   abortfunc = (func != NULL) ? func : &mabort;
func             2960 test/manual/etags/c-src/emacs/src/lisp.h       void (*func) (Lisp_Object);
func             2965 test/manual/etags/c-src/emacs/src/lisp.h       void (*func) (void *);
func             2970 test/manual/etags/c-src/emacs/src/lisp.h       void (*func) (int);
func             2975 test/manual/etags/c-src/emacs/src/lisp.h       void (*func) (void);
func               53 test/manual/etags/c-src/exit.c 	      (*f->func.on.fn)(status, f->func.on.arg);
func               56 test/manual/etags/c-src/exit.c 	      (*f->func.at)();
func              201 test/manual/etags/cp-src/functions.cpp void Debug ( int lineno, int level, char* func , char* mesg ) // error_level, function, message
func              204 test/manual/etags/cp-src/functions.cpp 		cerr << PROGNAME << ": " << func << ": " << lineno << ": " << debug_string[level] << ": " << mesg << endl;