Searched refs:spcnt (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libsqlite/tool/
H A Dlemon.c1584 int spcnt, i; local
1585 spcnt = 0;
1587 spcnt = strlen(argv[0]) + 1;
1590 spcnt += strlen(argv[i]+1);
1592 spcnt += k;
1594 if( spcnt<20 ){
1595 fprintf(err,"\n%*s^-- here\n",spcnt,"");
1597 fprintf(err,"\n%*shere --^\n",spcnt-7,"");

Completed in 48 milliseconds