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

/illumos-gate/usr/src/cmd/troff/
H A Dn7.c259 static int spcnt;
275 if (spcnt)
280 if (spcnt)
283 spcnt++;
289 nflush = pendt = ch = spcnt = 0;
294 if (spcnt) {
299 un += spcnt * sps;
300 spcnt = 0;
/illumos-gate/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 69 milliseconds