Searched refs:TC_BUFSIZE (Results 1 – 1 of 1) sorted by relevance
85 #define TC_BUFSIZE ((size_t)2048) macro272 el->el_terminal.t_buf = el_malloc(TC_BUFSIZE * in terminal_init()276 el->el_terminal.t_cap = el_malloc(TC_BUFSIZE * in terminal_init()330 char termbuf[TC_BUFSIZE]; in terminal_alloc()355 if (el->el_terminal.t_loc + 3 < TC_BUFSIZE) { in terminal_alloc()375 memcpy(el->el_terminal.t_buf, termbuf, TC_BUFSIZE); in terminal_alloc()377 if (el->el_terminal.t_loc + 3 >= TC_BUFSIZE) { in terminal_alloc()861 char buf[TC_BUFSIZE]; in terminal_set()883 (void) memset(el->el_terminal.t_cap, 0, TC_BUFSIZE); in terminal_set()1471 char buf[TC_BUFSIZE]; in terminal_echotc()