Lines Matching defs:cnt
15546 int cnt; /* Number of records displayed so far */
16585 if( p->cnt++>0 ) utf8_printf(p->out, "%s", p->rowSeparator);
16597 if( p->cnt++==0 ){
16698 if( p->cnt++==0 && p->showHeader ){
16718 if( p->cnt++==0 && p->showHeader ){
16738 if( p->cnt++==0 && p->showHeader ){
16755 if( p->cnt++==0 && p->showHeader ){
16788 p->cnt++;
16836 if( p->cnt==0 ){
16841 p->cnt++;
16878 if( p->cnt==0 && p->showHeader ){
16885 p->cnt++;
16913 if( p->cnt++==0 && p->showHeader ){
18318 pArg->cnt = 0;
20055 int cnt = 0;
20121 cnt++;
20122 if( (cnt%spinRate)==0 ){
20123 printf("%c\b", "|/-\\"[(cnt/spinRate)%4]);