Lines Matching defs:that
346 char *this, *that, *cusage, *tusage, *name = 0;
349 // find a usage: name and collate all enabled entries with that name
352 if (catch->help && (that = keyword("usage:", catch->help->data))) {
358 // text out of throw into catch, copying from this to that
359 if (!throw) usage = that;
360 else if (strncmp(name, that, len) || !isspace(that[len])) continue;
362 while (!isspace(*that) && *that) that++;
363 if (!throw) len = that-usage;
366 that = skip_spaces(that);
369 this = that;
437 *that == '[' && that[1] == '-' && that[2] != '-')
439 char *from = this+2, *to = that+2;
446 that = skip_spaces(that+tt+3);
456 this, *this ? " " : "", that));