Lines Matching refs:count
186 register int count;
298 oadjust = count = adjust;
299 if(count<0)
300 count = 1;
312 xcommands(count);
365 if (count > i)
366 count = i;
368 kptr = &kstack[count]; /* move old contents here */
378 i -= count;
379 eol -= count;
382 while ((count--)&&(i>0))
421 while ((count--)&&(eol>0)&&(i<eol))
439 while (count-- && eol>i)
460 if ((count == 0) || (count > eol))
469 if (out[i] == c && --count==0)
476 if (out[i] == c && --count==0)
487 if (count > i)
488 count = i;
489 i -= count;
529 adjust = 4*count;
540 mark = count;
589 search(out,count);
592 if (count <= hloff)
593 hloff -= count;
596 hline -= count - hloff;
624 location = hist_locate(hline,hloff,count);
719 escape(out,count)
721 int count;
741 value = count;
888 ptr = hist_word(buf,(count?count:-1));
967 return(count); /* pass argument to macro */
992 xcommands(count)
993 int count;
996 (&count,1); /* make sure count gets referenced to avoid warning */
1051 strcpy(debugbuf, "count=");
1052 strcat(debugbuf, itos(count));