Searched refs:map_char_table (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/emacs-93/emacs/src/
H A Dcasetab.c140 map_char_table (set_identity, Qnil, table, table, up, 0, indices);
141 map_char_table (shuffle, Qnil, table, table, up, 0, indices);
149 map_char_table (set_canon, Qnil, table, table, table, 0, indices);
155 map_char_table (set_identity, Qnil, canon, canon, eqv, 0, indices);
156 map_char_table (shuffle, Qnil, canon, canon, eqv, 0, indices);
182 /* The following functions are called in map_char_table. */
200 only when ELT is a character. This is called in map_char_table. */
212 induced by the translation table on which map_char_table is
H A Dkeymap.c436 map_char_table (fix_submap_inheritance, Qnil,
735 map_char_table (map_keymap_char_table_item, Qnil, binding, binding,
1087 map_char_table (copy_keymap_1, Qnil, elt, elt, elt, 0, indices);
2126 map_char_table (accessible_keymaps_char_table, Qnil, elt,
2704 map_char_table (where_is_internal_2, Qnil, elt, elt, args,
2918 /* This is the function that Fwhere_is_internal calls using map_char_table.
2923 Since map_char_table doesn't really use the return value from this function,
H A Dfontset.c1360 /* Called from Ffontset_info via map_char_table on each leaf of
1373 /* Called from Ffontset_info via map_char_table on each leaf of
1475 map_char_table (override_font_info, Qnil, fontset, fontset, val, 0, indices);
1487 map_char_table (accumulate_font_info, Qnil, fontset, fontset, val, 0, indices);
H A Dfns.c2843 map_char_table (c_function, function, table, subtable, arg, depth, indices)
2906 map_char_table (c_function, function, table, elt, arg, depth + 1, indices);
2952 be passed to map_char_table because it returns a Lisp_Object rather
2955 map_char_table (void_call2, Qnil, char_table, char_table, function, 0, indices);
2826 map_char_table (c_function, function, table, subtable, arg, depth, indices) function
H A Dlisp.h2442 extern void map_char_table P_ ((void (*) (Lisp_Object, Lisp_Object, Lisp_Object),

Completed in 239 milliseconds