HomeSort by: relevance | last modified time | path
    Searched refs:t_loc (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libedit/
terminal.h 64 size_t t_loc; /* location used */ member in struct:__anon477
terminal.c 293 el->el_terminal.t_loc = 0;
321 el->el_terminal.t_loc = 0;
363 if (el->el_terminal.t_loc + 3 < TC_BUFSIZE) {
366 el->el_terminal.t_loc], cap);
367 el->el_terminal.t_loc += clen + 1; /* one for \0 */
384 el->el_terminal.t_loc = tlen;
385 if (el->el_terminal.t_loc + 3 >= TC_BUFSIZE) {
391 (void) strcpy(*str = &el->el_terminal.t_buf[el->el_terminal.t_loc],
393 el->el_terminal.t_loc += (size_t)clen + 1; /* one for \0 */

Completed in 77 milliseconds