Home
last modified time | relevance | path

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

/netbsd-src/lib/libedit/
H A Dhistory.c127 #define h_malloc(a) malloc(a) macro
424 s = h_malloc(len * sizeof(*s)); in history_def_add()
507 c = h_malloc(sizeof(*c)); in history_def_insert()
564 history_t *h = (history_t *) h_malloc(sizeof(*h)); in history_def_init()
610 TYPE(History) *h = (TYPE(History) *) h_malloc(sizeof(*h)); in TYPE()
797 ptr = h_malloc((max_size = 1024) * sizeof(*ptr)); in history_load()
848 ptr = h_malloc((max_size = 1024) * sizeof(*ptr)); in history_save_fp()