Home
last modified time | relevance | path

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

/freebsd/contrib/libedit/
H A Del.h92 #define el_malloc(a) malloc(a) macro
H A Dliteral.c96 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.c255 if ((escaped_str = el_malloc(newlen)) == NULL) in escape_filename()
639 temp = el_malloc((len + 1) * sizeof(*temp)); in find_word_to_complete()
H A Dreadline.c243 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()
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()