Searched refs:pnUsed (Results 1 – 1 of 1) sorted by relevance
81 int *pnUsed, /* Slots of the buffer used so far */ in lemon_addtext() argument87 while( iWidth>nIn ){ zBuf[(*pnUsed)++] = ' '; iWidth--; } in lemon_addtext()89 memcpy(&zBuf[*pnUsed], zIn, nIn); in lemon_addtext()90 *pnUsed += nIn; in lemon_addtext()91 while( (-iWidth)>nIn ){ zBuf[(*pnUsed)++] = ' '; iWidth++; } in lemon_addtext()92 zBuf[*pnUsed] = 0; in lemon_addtext()