Home
last modified time | relevance | path

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

/sqlite-3.40.0/tool/
H A Dlemon.c81 int *pnUsed, /* Slots of the buffer used so far */ in lemon_addtext() argument
87 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()