Searched refs:spcnt (Results 1 – 2 of 2) sorted by relevance
259 static int spcnt; in text() local275 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()
1584 int spcnt, i; local1585 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,"");