taglinefilesource code
stli_txcookbuf206drivers/char/istallion.cstatic char      *stli_txcookbuf = (char *) NULL;
stli_txcookbuf766drivers/char/istallion.cif (stli_txcookbuf != (char *) NULL)
stli_txcookbuf767drivers/char/istallion.ckfree_s(stli_txcookbuf, STLI_TXBUFSIZE);
stli_txcookbuf1516drivers/char/istallion.cstli_txcookbuf[stli_txcooksize++] = ch;
stli_txcookbuf1588drivers/char/istallion.cbuf = stli_txcookbuf;
stli_txcookbuf3986drivers/char/istallion.cstli_txcookbuf = (char *) stli_memalloc(STLI_TXBUFSIZE);
stli_txcookbuf3987drivers/char/istallion.cif (stli_txcookbuf == (char *) NULL)