Home
last modified time | relevance | path

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

/trueos/lib/libedit/
HDchared.c452 el->el_line.buffer = (char *) el_malloc(EL_BUFSIZ); in ch_init()
461 el->el_chared.c_undo.buf = (char *) el_malloc(EL_BUFSIZ); in ch_init()
467 el->el_chared.c_redo.buf = (char *) el_malloc(EL_BUFSIZ); in ch_init()
477 el->el_chared.c_kill.buf = (char *) el_malloc(EL_BUFSIZ); in ch_init()
494 ma->macro = (char **) el_malloc(EL_MAXMACRO * sizeof(char *)); in ch_init()
HDterm.c325 el->el_term.t_buf = (char *) el_malloc(TC_BUFSIZE); in term_init()
328 el->el_term.t_cap = (char *) el_malloc(TC_BUFSIZE); in term_init()
331 el->el_term.t_fkey = (fkey_t *) el_malloc(A_K_NKEYS * sizeof(fkey_t)); in term_init()
335 el->el_term.t_str = (char **) el_malloc(T_str * sizeof(char *)); in term_init()
339 el->el_term.t_val = (int *) el_malloc(T_val * sizeof(int)); in term_init()
463 b = (char **) el_malloc((size_t) (sizeof(char *) * (c->v + 1))); in term_alloc_display()
467 b[i] = (char *) el_malloc((size_t) (sizeof(char) * (c->h + 1))); in term_alloc_display()
478 b = (char **) el_malloc((size_t) (sizeof(char *) * (c->v + 1))); in term_alloc_display()
482 b[i] = (char *) el_malloc((size_t) (sizeof(char) * (c->h + 1))); in term_alloc_display()
HDel.h92 #define el_malloc(a) malloc(a) macro
HDparse.c110 tprog = (char *) el_malloc(l + 1); in el_parse()
HDmap.c906 el->el_map.alt = (el_action_t *)el_malloc(sizeof(el_action_t) * N_KEYS); in map_init()
909 el->el_map.key = (el_action_t *)el_malloc(sizeof(el_action_t) * N_KEYS); in map_init()
915 el->el_map.help = (el_bindings_t *) el_malloc(sizeof(el_bindings_t) * in map_init()
921 el->el_map.func = (el_func_t *)el_malloc(sizeof(el_func_t) * in map_init()
HDsig.c117 el->el_signal = el_malloc(sizeof(*el->el_signal)); in sig_init()
HDhist.c57 el->el_history.buf = (char *) el_malloc(EL_BUFSIZ); in hist_init()
HDkey.c102 el->el_key.buf = (char *) el_malloc(KEY_BUFSIZ); in key_init()
455 ptr = (key_node_t *) el_malloc((size_t) sizeof(key_node_t)); in node__get()
HDel.c63 EditLine *el = (EditLine *) el_malloc(sizeof(EditLine)); in el_init()
HDsearch.c67 el->el_search.patbuf = (char *) el_malloc(EL_BUFSIZ); in search_init()