CALLN            5713 src/alloc.c          Fsignal (Qerror, list1 (CALLN (Fformat, fmt, obj)));
CALLN             447 src/buffer.c         return CALLN (Fnconc, framelist, general, prevlist);
CALLN            1877 src/buffer.c   	tem = CALLN (Frun_hook_with_args_until_failure,
CALLN             328 src/bytecode.c   Lisp_Object fun = CALLN (Fmake_byte_code, Qnil, bytestr, vector, maxdepth);
CALLN             231 src/callint.c    return CALLN (Ffuncall, intern ("read-file-name"),
CALLN             342 src/callint.c        return unbind_to (speccount, CALLN (Fapply, Qfuncall_interactively,
CALLN            2295 src/ccl.c      	CALLN (Fvector, name, ccl_prog, resolved, Qt));
CALLN            1046 src/charset.c  	    CALLN (Fvector, make_fixnum (parent_charset->id),
CALLN            2364 src/charset.c    Vcharset_hash_table = CALLN (Fmake_hash_table, QCtest, Qeq);
CALLN            1231 src/chartab.c  			   CALLN (Fvconcat,
CALLN             144 src/cmds.c     	  ? CALLN (Fplus, make_fixnum (shortage - count), n)
CALLN            11684 src/coding.c     Vcoding_system_hash_table = CALLN (Fmake_hash_table, QCtest, Qeq);
CALLN             507 src/comp.c       CALLN (Ffuncall, intern_c_string (STR (fun)))
CALLN             511 src/comp.c       CALLN (Ffuncall, intern_c_string (STR (fun)), arg)
CALLN             515 src/comp.c       CALLN (Ffuncall, intern_c_string (STR (fun)), arg1, arg2)
CALLN             519 src/comp.c       CALLN (Ffuncall, intern_c_string (STR (fun)), arg1, arg2, arg3, arg4)
CALLN            1015 src/comp.c         CALLN (Ffuncall, intern_c_string ("comp-c-func-name"),
CALLN            4324 src/comp.c       comp.func_blocks_h = CALLN (Fmake_hash_table);
CALLN            4613 src/comp.c           comp.emitter_dispatcher = CALLN (Fmake_hash_table);
CALLN            4716 src/comp.c       comp.exported_funcs_h = CALLN (Fmake_hash_table, QCtest, Qequal);
CALLN            4721 src/comp.c       comp.imported_funcs_h = CALLN (Fmake_hash_table);
CALLN            5208 src/comp.c           CALLN (Ffuncall, intern_c_string ("native--compile-async"),
CALLN            5653 src/comp.c       comp_u->lambda_gc_guard_h = CALLN (Fmake_hash_table, QCtest, Qeq);
CALLN            5654 src/comp.c       comp_u->lambda_c_name_idx_h = CALLN (Fmake_hash_table, QCtest, Qequal);
CALLN            5844 src/comp.c       Vcomp_deferred_pending_h = CALLN (Fmake_hash_table, QCtest, Qeq);
CALLN            5848 src/comp.c       Vcomp_eln_to_el_h = CALLN (Fmake_hash_table, QCtest, Qequal);
CALLN            5896 src/comp.c       Vcomp_installed_trampolines_h = CALLN (Fmake_hash_table);
CALLN            5903 src/comp.c       V_comp_no_native_file_h = CALLN (Fmake_hash_table, QCtest, Qequal);
CALLN            5911 src/comp.c         CALLN (Fmake_hash_table, QCweakness, Qvalue, QCtest, Qequal);
CALLN            5919 src/comp.c       Vcomp_subr_arities_h = CALLN (Fmake_hash_table, QCtest, Qequal);
CALLN             709 src/composite.c   gstring_hash_table = CALLN (Fmake_hash_table, QCtest, Qequal,
CALLN             832 src/composite.c 				       CALLN (Fvector,
CALLN             864 src/data.c         CALLN (Ffuncall, Qcomp_subr_trampoline_install, symbol);
CALLN            1378 src/data.c     	    CALLN (Fconcat, value_should_be_from, Fnumber_to_string (min),
CALLN            1461 src/data.c     			|| NILP (CALLN (Fleq, min, newval, max)))
CALLN            1897 src/data.c             CALLN (Ffuncall, watcher, symbol, newval, operation, where);
CALLN            2263 src/data.c     	  CALLN (Fmessage, format, SYMBOL_NAME (variable));
CALLN             274 src/dbusbind.c   return SSDATA (CALLN (Fformat, format, object));
CALLN            2000 src/dbusbind.c   Vdbus_registered_objects_table = CALLN (Fmake_hash_table, QCtest, Qequal);
CALLN            1049 src/dired.c      return CALLN (Flist,
CALLN             480 src/doc.c      	  CALLN (Fmessage, format,
CALLN            1663 src/editfns.c        CALLN (Frun_hook_with_args, Qbuffer_access_fontify_functions,
CALLN             616 src/eval.c                CALLN (Fformat_message,
CALLN            1089 src/eval.c       Lisp_Object result = CALLN (Ffuncall, function);
CALLN            2875 src/eval.c       CALLN (Frun_hook_with_args, hook, arg1, arg2);
CALLN            2882 src/eval.c       return NILP (arg) ? Ffuncall (1, &fn) : CALLN (Fapply, fn, arg);
CALLN            2109 src/fileio.c         tem = CALLN (Fformat, format, absname, build_string (querystring));
CALLN            4191 src/fileio.c   	      coding_system = CALLN (Ffind_operation_coding_system,
CALLN            4751 src/fileio.c   	      coding_system = CALLN (Ffind_operation_coding_system,
CALLN            5090 src/fileio.c   	    = CALLN (Ffind_operation_coding_system, Qwrite_region, start, end,
CALLN            5587 src/fileio.c   	  p = CALLN (Fappend,
CALLN            5920 src/fileio.c     Lisp_Object msg = CALLN (Fformat, format, BVAR (current_buffer, name),
CALLN            6308 src/fileio.c       bs = CALLN (Fminus, bs);
CALLN            6309 src/fileio.c     return CALLN (Ftimes, bs, make_uint (blocks));
CALLN             210 src/filelock.c 	      CALLN (Fcall_process, build_string ("gzip"), Qnil,
CALLN             425 src/filelock.c     lhost_name = CALLN (Ffuncall, intern ("string-replace"),
CALLN             596 src/filelock.c     system_name = CALLN (Ffuncall, intern ("string-replace"),
CALLN            2726 src/fns.c      	ht = CALLN (Fmake_hash_table, QCtest, Qeq);
CALLN            2952 src/fns.c        return CALLN (Fnconc, s1, s2);
CALLN            3218 src/fns.c        prompt = CALLN (Fconcat, prompt, yes_or_no);
CALLN            3500 src/fns.c        Lisp_Object result = CALLN (Fapply, propval, widget, trailing_args);
CALLN            5660 src/fns.c      		  Lisp_Object val = CALLN (Ffind_operation_coding_system,
CALLN             388 src/font.c     	    CALLN (Fvconcat, table, make_vector (1, elt)));
CALLN            3283 src/font.c       Lisp_Object spec = CALLN (Ffont_spec, QCname, name);
CALLN            4167 src/font.c         list = CALLN (Fappend, vec, Qnil);
CALLN            5027 src/font.c       return CALLN (Fvector,
CALLN            5380 src/font.c       info = CALLN (Fvector,
CALLN            5712 src/font.c       font_style_table = CALLN (Fvector, Vfont_weight_table, Vfont_slant_table,
CALLN             260 src/fontset.c    return CALLN (Fvector, font_spec, encoding, repertory);
CALLN            1527 src/fontset.c        font_spec = CALLN (Ffont_spec, QCname, fontname);
CALLN            1638 src/fontset.c        Lisp_Object arg = CALLN (Fvector, fontset_obj, font_def, add,
CALLN             382 src/ftfont.c   	ft_face_cache = CALLN (Fmake_hash_table, QCtest, Qequal);
CALLN            2897 src/ftfont.c   	LGLYPH_SET_ADJUSTMENT (lglyph, CALLN (Fvector,
CALLN            2902 src/gtkutil.c  	  font = CALLN (Ffont_spec,
CALLN            1303 src/haikufont.c     return CALLN (Ffont_spec, QCfamily, lfamily,
CALLN            1308 src/haikufont.c   return CALLN (Ffont_spec, QCfamily, lfamily,
CALLN            1344 src/haikufont.c   value = CALLN (Ffont_spec, QCfamily, lfamily,
CALLN            1383 src/haikufont.c   value = CALLN (Ffont_spec, QCfamily, lfamily,
CALLN            1215 src/haikuselect.c   CALLN (Frun_hook_with_args,
CALLN             597 src/hbfont.c   	LGLYPH_SET_ADJUSTMENT (lglyph, CALLN (Fvector,
CALLN            2192 src/insdel.c         CALLN (Frun_hook_with_args, Qbefore_change_functions,
CALLN            2283 src/insdel.c         CALLN (Frun_hook_with_args, Qafter_change_functions,
CALLN             875 src/json.c                   result = CALLN (Fmake_hash_table, QCtest, Qequal, QCsize,
CALLN            1595 src/keyboard.c 		  CALLN (Frun_hook_with_args, Qpost_select_region_hook, txt);
CALLN            1848 src/keyboard.c   CALLN (Fmessage, format, hook, fun, error);
CALLN            4100 src/keyboard.c 	  CALLN (Frun_hook_with_args,
CALLN            9270 src/keyboard.c       set_prop (TOOL_BAR_ITEM_HELP, CALLN (Fconcat, orig, beg, desc, end));
CALLN            11008 src/keyboard.c       Fsignal (Quser_error, list1 (CALLN (Fformat, fmt, make_fixnum (min_size))));
CALLN            11013 src/keyboard.c       Fsignal (Quser_error, list1 (CALLN (Fformat, fmt,
CALLN            1467 src/keymap.c     return CALLN (Fvconcat, key_sequence, key_list);
CALLN            2887 src/keymap.c         CALLN (Ffuncall,
CALLN            2901 src/keymap.c         CALLN (Ffuncall,
CALLN            2914 src/keymap.c         CALLN (Ffuncall,
CALLN            2937 src/keymap.c   	  CALLN (Ffuncall,
CALLN            2970 src/keymap.c   	  CALLN (Ffuncall,
CALLN            2985 src/keymap.c   		CALLN (Fformat,
CALLN            2988 src/keymap.c   	      CALLN (Ffuncall,
CALLN            2996 src/keymap.c   	      CALLN (Ffuncall,
CALLN            3007 src/keymap.c     CALLN (Ffuncall,
CALLN            3016 src/keymap.c         CALLN (Ffuncall,
CALLN            3026 src/keymap.c         CALLN (Ffuncall,
CALLN            3248 src/lisp.h       return CALLN (Ffuncall, fn, arg1);
CALLN            3255 src/lisp.h       return CALLN (Ffuncall, fn, arg1, arg2);
CALLN            3262 src/lisp.h       return CALLN (Ffuncall, fn, arg1, arg2, arg3);
CALLN            3270 src/lisp.h       return CALLN (Ffuncall, fn, arg1, arg2, arg3, arg4);
CALLN            3278 src/lisp.h       return CALLN (Ffuncall, fn, arg1, arg2, arg3, arg4, arg5);
CALLN            3286 src/lisp.h       return CALLN (Ffuncall, fn, arg1, arg2, arg3, arg4, arg5, arg6);
CALLN            3294 src/lisp.h       return CALLN (Ffuncall, fn, arg1, arg2, arg3, arg4, arg5, arg6, arg7);
CALLN            3304 src/lisp.h       return CALLN (Ffuncall, fn, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8);
CALLN            1107 src/lread.c          CALLN (Fmessage, format, file, warning);
CALLN            1299 src/lread.c    	    suffixes = CALLN (Fappend, suffixes, Vload_file_rep_suffixes);
CALLN            1747 src/lread.c    			  CALLN (Fformat,
CALLN            2633 src/lread.c          invalid_syntax_lisp (CALLN (Fformat, format, namestr), readcharfun);
CALLN            2865 src/lread.c    		invalid_syntax_lisp (CALLN (Fformat, format,
CALLN            5344 src/lread.c                  Vload_path = CALLN (Fappend, Vload_path,
CALLN             497 src/minibuf.c  	  CALLN (Ffuncall, intern ("minibuffer-quit-recursive-edit"),
CALLN             502 src/minibuf.c      CALLN (Ffuncall, intern ("minibuffer-quit-recursive-edit"));
CALLN            1528 src/minibuf.c  	  prompt = CALLN (Ffuncall, intern("format-prompt"),
CALLN            2044 src/minibuf.c    return CALLN (Ffuncall,
CALLN             786 src/pdumper.c    return CALLN (Fmake_hash_table, QCtest, Qeq);
CALLN            2685 src/pdumper.c      return dump_object (ctx, CALLN (Fapply, Qvector, ctx->hash_tables));
CALLN            5353 src/pdumper.c  	comp_u->lambda_gc_guard_h = CALLN (Fmake_hash_table, QCtest, Qeq);
CALLN             660 src/pgtkselect.c     CALLN (Frun_hook_with_args, Qpgtk_sent_selection_functions,
CALLN             773 src/pgtkselect.c   CALLN (Frun_hook_with_args, Qpgtk_lost_selection_functions, selection_symbol);
CALLN             807 src/pgtkselect.c       CALLN (Frun_hook_with_args, Qpgtk_lost_selection_functions,
CALLN             830 src/pgtkselect.c 	CALLN (Frun_hook_with_args, Qpgtk_lost_selection_functions,
CALLN            1209 src/pgtkselect.c 	  CALLN (Fmessage, format,
CALLN            1219 src/pgtkselect.c 	  CALLN (Fmessage, format,
CALLN            7408 src/pgtkterm.c   return CALLN (Fapply, intern ("concat"), Fnreverse (acc));
CALLN            1015 src/print.c      return SSDATA (CALLN (Fformat, build_string (fmt), arg));
CALLN            1407 src/print.c    	    Vprint_number_table = CALLN (Fmake_hash_table, QCtest, Qeq);
CALLN            1691 src/print.c          Lisp_Object result = CALLN (Ffuncall, func, obj,
CALLN             821 src/process.c        return CALLN (Fformat, format, code);
CALLN            1720 src/process.c        return CALLN (Fformat, format, Fcar (address));
CALLN            1814 src/process.c          return CALLN (Fapply, file_handler, Qmake_process, contact);
CALLN            1852 src/process.c        stderrproc = CALLN (Fmake_pipe_process,
CALLN            3286 src/process.c  	coding_systems = CALLN (Ffind_operation_coding_system,
CALLN            3315 src/process.c  	    coding_systems = CALLN (Ffind_operation_coding_system,
CALLN            4207 src/process.c        xsignal1 (Qerror, CALLN (Fformat, unknown_service, service));
CALLN            4679 src/process.c        msg = CALLN (Fformat, format, host, build_string (service),
CALLN            4683 src/process.c        msg = CALLN (Fformat, format, host, build_string (service),
CALLN            7007 src/process.c    return CALLN (Frun_hook_with_args_until_success, Qinterrupt_process_functions,
CALLN            7184 src/process.c    return CALLN (Frun_hook_with_args_until_success, Qsignal_process_functions,
CALLN            3369 src/search.c     val = CALLN (Fvector, cache_newlines, buf_newlines);
CALLN            1419 src/sound.c      CALLN (Frun_hook_with_args, Qplay_sound_functions, sound);
CALLN            1446 src/sound.c      CALLN (Frun_hook_with_args, Qplay_sound_functions, sound);
CALLN             305 src/sqlite.c         name = CALLN (Fformat, memory_fmt, make_int (++db_count));
CALLN            3191 src/sysdep.c     Lisp_Object ticks = CALLN (Fplus, CALLN (Ftimes, sec, hz), usec);
CALLN            2296 src/term.c           CALLN (Frun_hook_with_args, intern ("suspend-tty-functions"), term);
CALLN            2395 src/term.c           CALLN (Frun_hook_with_args, intern ("resume-tty-functions"), term);
CALLN             425 src/textprop.c 		      Fsetcar (this_cdr, CALLN (Fappend,
CALLN            1579 src/timefns.c    return CALLN (Flist,
CALLN            2587 src/treesit.c    return !NILP (CALLN (Fapply, fn, nodes));
CALLN            3091 src/treesit.c        return !NILP (CALLN (Ffuncall, pred, lisp_node));
CALLN            3317 src/treesit.c  	lisp_node = CALLN (Ffuncall, process_fn, lisp_node);
CALLN            12198 src/xdisp.c          Lisp_Object msg = CALLN (Fformat_message, fmt, string);
CALLN            1580 src/xfaces.c         Lisp_Object v = CALLN (Fvector,
CALLN            7918 src/xfns.c           prop_attr = CALLN (Fvector,
CALLN            1152 src/xfont.c      xfont_scripts_cache = CALLN (Fmake_hash_table, QCtest, Qequal);
CALLN             956 src/xselect.c      CALLN (Frun_hook_with_args, Qx_sent_selection_functions,
CALLN            1073 src/xselect.c    CALLN (Frun_hook_with_args, Qx_lost_selection_functions, selection_symbol);
CALLN            1136 src/xselect.c  	CALLN (Frun_hook_with_args, Qx_lost_selection_functions,
CALLN            1152 src/xselect.c  	  CALLN (Frun_hook_with_args, Qx_lost_selection_functions,
CALLN            1722 src/xselect.c  	  CALLN (Fmessage, format,
CALLN            1732 src/xselect.c  	  CALLN (Fmessage, format, x_atom_to_symbol (dpyinfo, selection_atom));
CALLN            2499 src/xselect.c    CALLN (Fmessage, format, CAR (CDR (err)), varname);
CALLN            6232 src/xterm.c      return CALLN (Fapply, Qconcat, Fnreverse (acc));
CALLN            31180 src/xterm.c    	CALLN (Frun_hook_with_args, Qx_lost_selection_functions,
CALLN            31266 src/xterm.c    	    CALLN (Frun_hook_with_args, Qx_lost_selection_functions,
CALLN            3332 src/xwidget.c    return CALLN (Fvector, xw->type, xw->title,
CALLN            3345 src/xwidget.c    return CALLN (Fvector, make_fixnum (xv->x), make_fixnum (xv->y),
CALLN            3977 src/xwidget.c    id_to_xwidget_map = CALLN (Fmake_hash_table, QCtest, Qeq,
CALLN            3987 src/xwidget.c    x_window_to_xwv_map = CALLN (Fmake_hash_table, QCtest, Qeq);
CALLN            1847 test/manual/etags/c-src/emacs/src/keyboard.c   CALLN (Fmessage, format, hook, fun, error);