Home | History | Annotate | Download | only in robots

Lines Matching refs:Count

83 		else if (Count != 0)
111 Count = (c - '0');
113 Count = Count * 10 + (c - '0');
117 if (Count)
209 if (Count > 0)
210 if (--Count == 0)
307 * Reset the count variables
312 Count = 0;
325 return (Jump && (Count || Running || Waiting));