Lines Matching refs:this
204 // If there was whitespace before this, zap it. This can't take out *help
206 // one non-blank line (a dash line) to get this far.
346 char *this, *that, *cusage, *tusage, *name = 0;
358 // text out of throw into catch, copying from this to that
369 this = that;
436 if (*this == '[' && this[1] == '-' && this[2] != '-' &&
439 char *from = this+2, *to = that+2;
445 this = skip_spaces(this+ff+3);
456 this, *this ? " " : "", that));
466 this = throw->help->data + throw->help_indent + 8 + len;