Home | History | Annotate | Download | only in scripts

Lines Matching defs:throw

264     struct symbol *throw = 0, *catch;
277 // text out of throw into catch, copying from this to that
278 if (!throw) usage = that;
282 if (!throw) len = that-usage;
286 if (!throw) {
287 throw = catch;
293 // Grab option description lines to collate from catch and throw
294 tusage = dlist_zap(&throw->help);
295 tdashlines = grab_dashlines(&throw->help, &tfrom, &tlen);
314 // If throw had a prefix, insert it before dashlines, with a
316 if (tfrom && tfrom != throw->help) {
317 if (throw->help || catch->help) dlist_add(&cfrom, strdup(""));
322 while (throw->help && throw->help != tfrom)
323 dlist_add(&cfrom, dlist_zap(&throw->help));
380 throw->enabled = 0;
381 throw = catch;
382 throw->help = anchor->prev->prev;
384 throw = catch;
385 this = throw->help->data + throw->help_indent + 8 + len;
391 if (!throw) break;