Home
last modified time | relevance | path

Searched refs:el_malloc (Results 1 – 7 of 7) sorted by relevance

/dragonfly/contrib/libedit/src/
H A Del.h92 #define el_malloc(a) malloc(a) macro
H A Dliteral.c98 b = el_malloc((size_t)(w + 1)); in literal_add()
H A Dsig.c124 el->el_signal = el_malloc(sizeof(*el->el_signal)); in sig_init()
H A Dfilecomplete.c256 if ((escaped_str = el_malloc(newlen)) == NULL) in escape_filename()
634 temp = el_malloc((len + 1) * sizeof(*temp)); in find_word_to_complete()
H A Dreadline.c1568 if ((he = el_malloc(sizeof(*he))) == NULL) in remove_history()
1606 if ((he = el_malloc(sizeof(*he))) == NULL) in replace_history_entry()
2329 out = el_malloc((size_t)len + 1); in rl_copy_text()
2477 if ((hs = el_malloc(sizeof(*hs))) == NULL) in history_get_history_state()
H A Dread.c88 if ((el->el_read = el_malloc(sizeof(*el->el_read))) == NULL) in read_init()
H A Dkeymacro.c461 ptr = el_malloc(sizeof(*ptr)); in node__get()