Lines Matching refs:el_malloc
519 r = result = el_malloc((len + 1) * sizeof(*r)); in _rl_compat_sub()
609 if ((pat = el_malloc((len + 1) * sizeof(*pat))) == NULL) in get_history_event()
703 if ((aptr = el_malloc((offs + 1) * sizeof(*aptr))) in _history_expand_command()
937 *output = el_malloc((strlen(str) + 4 + 1) * sizeof(**output)); in history_expand()
1085 result = el_malloc(len * sizeof(*result)); in history_arg_extract()
1147 temp = el_malloc((size_t)(len + 1) * sizeof(*temp)); in history_tokenize()
1448 if ((he = el_malloc(sizeof(*he))) == NULL) in remove_history()
1486 if ((he = el_malloc(sizeof(*he))) == NULL) in replace_history_entry()
2185 if ((list = el_malloc(max * sizeof(*list))) == NULL) in rl_completion_matches()
2220 if ((list[0] = el_malloc((min + 1) * sizeof(*list[0]))) == NULL) in rl_completion_matches()
2263 if ((hs = el_malloc(sizeof(*hs))) == NULL) in history_get_history_state()