Searched refs:el_malloc (Results 1 – 7 of 7) sorted by relevance
92 #define el_malloc(a) malloc(a) macro
96 b = el_malloc((size_t)(w + 1)); in literal_add()
124 el->el_signal = el_malloc(sizeof(*el->el_signal)); in sig_init()
255 if ((escaped_str = el_malloc(newlen)) == NULL) in escape_filename()639 temp = el_malloc((len + 1) * sizeof(*temp)); in find_word_to_complete()
243 if ((path = el_malloc(len)) == NULL) in _default_history_file()1564 if ((he = el_malloc(sizeof(*he))) == NULL) in remove_history()1602 if ((he = el_malloc(sizeof(*he))) == NULL) in replace_history_entry()2333 out = el_malloc((size_t)len + 1); in rl_copy_text()2483 if ((hs = el_malloc(sizeof(*hs))) == NULL) in history_get_history_state()
88 if ((el->el_read = el_malloc(sizeof(*el->el_read))) == NULL) in read_init()
461 ptr = el_malloc(sizeof(*ptr)); in node__get()