Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libtecla/common/
H A Dhistory.c188 int lbuf_dim; /* The allocated size of lbuf[] */ member
280 glh->lbuf_dim = 0; in _new_GlHistory()
331 glh->lbuf_dim = GLH_LBUF_SIZE; in _new_GlHistory()
332 glh->lbuf = (char *) malloc(glh->lbuf_dim); in _new_GlHistory()
1981 if(node->line->len + 1 > glh->lbuf_dim) { in _glh_lookup_history()
1982 int lbuf_dim = node->line->len + 1; in _glh_lookup_history() local
1983 char *lbuf = realloc(glh->lbuf, lbuf_dim); in _glh_lookup_history()
1988 glh->lbuf_dim = lbuf_dim; in _glh_lookup_history()
1994 _glh_return_line(node->line, glh->lbuf, glh->lbuf_dim); in _glh_lookup_history()