Lines Matching defs:usage
306 fprintf(stderr, "usage: config2help Config.in .config\n");
339 // Collate help according to usage, depends, and .config
341 // Loop through each entry, finding duplicate enabled "usage:" names
349 // find a usage: name and collate all enabled entries with that name
352 if (catch->help && (that = keyword("usage:", catch->help->data))) {
354 char *try, **cdashlines, **tdashlines, *usage;
357 // Align usage: lines, finding a matching pair so we can suck help
359 if (!throw) usage = that;
363 if (!throw) len = that-usage;
365 name = strndup(usage, len);
434 // Collate first [-abc] option block in usage: lines