Searched refs:t_loc (Results 1 – 2 of 2) sorted by relevance
284 el->el_terminal.t_loc = 0; in terminal_init()313 el->el_terminal.t_loc = 0; in terminal_end()355 if (el->el_terminal.t_loc + 3 < TC_BUFSIZE) { in terminal_alloc()358 el->el_terminal.t_loc], cap); in terminal_alloc()359 el->el_terminal.t_loc += clen + 1; /* one for \0 */ in terminal_alloc()376 el->el_terminal.t_loc = tlen; in terminal_alloc()377 if (el->el_terminal.t_loc + 3 >= TC_BUFSIZE) { in terminal_alloc()383 (void) strcpy(*str = &el->el_terminal.t_buf[el->el_terminal.t_loc], in terminal_alloc()385 el->el_terminal.t_loc += (size_t)clen + 1; /* one for \0 */ in terminal_alloc()
66 size_t t_loc; /* location used */ member