Searched defs:tgetent_buf (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libtecla/common/
H A Dgetline.c485 char *tgetent_buf; /* The buffer that is used by tgetent() to */ member in struct:GetLine
1858 gl->tgetent_buf = NULL;
2010 gl->tgetent_buf = (char *) malloc(TERMCAP_BUF_SIZE);
2012 if(!gl->tgetent_buf || !gl->tgetstr_buf) {
2080 if(gl->tgetent_buf)
2081 free(gl->tgetent_buf);
3572 if(!term || tgetent(gl->tgetent_buf, (char *)term) < 0) {

Completed in 72 milliseconds