Lines Matching refs:el_malloc
484 r = result = el_malloc((len + 1) * sizeof(*r)); in _rl_compat_sub()
574 if ((pat = el_malloc((len + 1) * sizeof(*pat))) == NULL) in get_history_event()
668 if ((aptr = el_malloc((offs + 1) * sizeof(*aptr))) in _history_expand_command()
902 *output = el_malloc((strlen(str) + 4 + 1) * sizeof(**output)); in history_expand()
1049 result = el_malloc(len * sizeof(*result)); in history_arg_extract()
1111 temp = el_malloc((size_t)(len + 1) * sizeof(*temp)); in history_tokenize()
1412 if ((he = el_malloc(sizeof(*he))) == NULL) in remove_history()
1450 if ((he = el_malloc(sizeof(*he))) == NULL) in replace_history_entry()
2133 if ((list = el_malloc(max * sizeof(*list))) == NULL) in rl_completion_matches()
2168 if ((list[0] = el_malloc((min + 1) * sizeof(*list[0]))) == NULL) in rl_completion_matches()
2211 if ((hs = el_malloc(sizeof(*hs))) == NULL) in history_get_history_state()