Home
last modified time | relevance | path

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

/external/libedit/src/
Dterminal.c272 el->el_terminal.t_buf = el_malloc(TC_BUFSIZE * in terminal_init()
273 sizeof(*el->el_terminal.t_buf)); in terminal_init()
274 if (el->el_terminal.t_buf == NULL) in terminal_init()
309 el_free(el->el_terminal.t_buf); in terminal_end()
310 el->el_terminal.t_buf = NULL; in terminal_end()
357 (void) strcpy(*str = &el->el_terminal.t_buf[ in terminal_alloc()
375 memcpy(el->el_terminal.t_buf, termbuf, TC_BUFSIZE); in terminal_alloc()
383 (void) strcpy(*str = &el->el_terminal.t_buf[el->el_terminal.t_loc], in terminal_alloc()
1162 if (el->el_terminal.t_buf == NULL || el->el_map.key == NULL) in terminal_bind_arrow()
Dterminal.h65 char *t_buf; /* Termcap buffer */ member