Searched refs:insertion_type (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/contrib/texinfo/makeinfo/
H A Ddefun.h27 extern enum insertion_type get_base_type (int type);
H A Dinsertion.h24 enum insertion_type enum
70 extern void begin_insertion (enum insertion_type type);
77 extern enum insertion_type find_type_from_name (char *name);
H A Dinsertion.c91 static enum insertion_type
182 push_insertion (enum insertion_type type, char *item_function)
223 insertion_type_pname (enum insertion_type type)
242 /* Return the insertion_type associated with NAME.
244 enum insertion_type
251 return (enum insertion_type) index;
287 defun_insertion (enum insertion_type type)
422 begin_insertion (enum insertion_type type)
H A Ddefun.c301 enum insertion_type

Completed in 110 milliseconds