Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/troff/
H A Dn7.c257 static int spcnt; in text() local
273 if (spcnt) in text()
278 if (spcnt) in text()
281 spcnt++; in text()
287 nflush = pendt = ch = spcnt = 0; in text()
292 if (spcnt) { in text()
297 un += spcnt * sps; in text()
298 spcnt = 0; in text()
/illumos-gate/usr/src/lib/libsqlite/tool/
H A Dlemon.c1581 int spcnt, i; local
1582 spcnt = 0;
1584 spcnt = strlen(argv[0]) + 1;
1587 spcnt += strlen(argv[i]+1);
1589 spcnt += k;
1591 if( spcnt<20 ){
1592 fprintf(err,"\n%*s^-- here\n",spcnt,"");
1594 fprintf(err,"\n%*shere --^\n",spcnt-7,"");