Home | History | Annotate | Download | only in robots

Lines Matching defs:word

66 	const char *word;
116 word = argv[i];
117 if (isdigit((unsigned char)word[0])) {
118 maximum = atoi(word);
120 Scorefile = word;
128 word = strrchr(Scorefile, '/');
129 if (word == NULL)
130 word = Scorefile;
131 if (strcmp(word, "pattern_roll") == 0)
133 else if (strcmp(word, "stand_still") == 0)