Home | History | Annotate | Download | only in src

Lines Matching refs:t_loc

284 	el->el_terminal.t_loc = 0;
313 el->el_terminal.t_loc = 0;
355 if (el->el_terminal.t_loc + 3 < TC_BUFSIZE) {
358 el->el_terminal.t_loc], cap);
359 el->el_terminal.t_loc += clen + 1; /* one for \0 */
376 el->el_terminal.t_loc = tlen;
377 if (el->el_terminal.t_loc + 3 >= TC_BUFSIZE) {
383 (void) strcpy(*str = &el->el_terminal.t_buf[el->el_terminal.t_loc],
385 el->el_terminal.t_loc += (size_t)clen + 1; /* one for \0 */