Home | History | Annotate | Download | only in worms

Lines Matching defs:up

213 	unsigned long ul, up;
227 ul = up = 0;
254 if (up > 1)
260 up = 1;
263 if (up == 1 && ul <= 1000)
265 up += 2;
271 if ((up & 1) != 0) /* up == 1 || up == 3 */
318 up = ul = strtoul(optarg, &ep, 10);
323 up = strtoul(++ep, &ep, 10);
326 ul < 2 || up < ul || up > 1024) {
331 maxlength = (int)up;