Home
last modified time | relevance | path

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

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