Lines Matching refs:xmalloc
118 macro_list[macro_list_len] = xmalloc (sizeof (MACRO_DEF)); in add_macro()
199 word = xmalloc (1 + len); in get_brace_args()
275 arglist = xmalloc (2 * sizeof (char *)); in get_macro_args()
305 new_body = xmalloc (1 + new_body_size); in apply()
325 param = xmalloc (1 + len); in apply()
335 text = xmalloc (1 + len); in apply()
360 text = xmalloc (1 + len); in apply()
485 name = xmalloc (1 + len); in define_macro()
527 word = xmalloc (1 + len); in define_macro()
752 name = xmalloc (i + 1); in cm_unmacro()
796 itext_info = xmalloc ((itext_size = 10) * sizeof (ITEXT *)); in remember_itext()
832 itext_info[i] = xmalloc (sizeof (ITEXT)); in remember_itext()
998 alias_type *a = xmalloc (sizeof (alias_type)); in cm_alias()
1057 enclosure_type *e = xmalloc (sizeof (enclosure_type)); in cm_definfoenclose()
1081 enclosure_stack_type *new = xmalloc (sizeof (enclosure_stack_type)); in enclosure_command()