Home | History | Annotate | Download | only in scripts

Lines Matching refs:allflags

137   char command[256], flags[1023], allflags[1024];
153 *command = *flags = *allflags = 0;
155 command, flags, allflags);
158 fprintf(stderr, "command=%s, flags=%s, allflags=%s\n",
159 command, flags, allflags);
168 printf("// %s %s %s\n", command, flags, allflags);
169 if (*flags != ' ') mgaps = mark_gaps(flags, allflags);
170 else if (*allflags != ' ') mgaps = allflags;
171 // If command disabled, use allflags for OLDTOY()
175 if (mgaps != allflags) free(mgaps);
178 offlist = aflist = digest(allflags);