HomeSort by: relevance | last modified time | path
    Searched refs:el_malloc (Results 1 - 6 of 6) sorted by relevancy

  /src/lib/libedit/
el.h 93 #define el_malloc(a) malloc(a) macro
literal.c 96 b = el_malloc((size_t)(w + 1));
sig.c 124 el->el_signal = el_malloc(sizeof(*el->el_signal));
readline.c 245 if ((path = el_malloc(len)) == NULL)
1566 if ((he = el_malloc(sizeof(*he))) == NULL)
1604 if ((he = el_malloc(sizeof(*he))) == NULL)
2335 out = el_malloc((size_t)len + 1);
2485 if ((hs = el_malloc(sizeof(*hs))) == NULL)
keymacro.c 458 ptr = el_malloc(sizeof(*ptr));
read.c 88 if ((el->el_read = el_malloc(sizeof(*el->el_read))) == NULL)

Completed in 17 milliseconds