Lines Matching defs:allflags
157 char command[256], flags[1023], allflags[1024];
173 *command = *flags = *allflags = 0;
175 command, flags, allflags);
177 octane(allflags);
180 fprintf(stderr, "command=%s, flags=%s, allflags=%s\n",
181 command, flags, allflags);
190 printf("// %s %s %s\n", command, flags, allflags);
191 if (*flags != ' ') mgaps = mark_gaps(flags, allflags);
192 else if (*allflags != ' ') mgaps = allflags;
193 // If command disabled, use allflags for OLDTOY()
197 if (mgaps != allflags) free(mgaps);
200 offlist = aflist = digest(allflags);