Home | History | Annotate | Download | only in scripts

Lines Matching defs:this

98   // If there was whitespace before this, zap it. This can't take out *help
100 // one non-blank line (a dash line) to get this far.
228 // This is in reverse order, so last entry gets collated with previous
232 char *this, *that, *cusage, *tusage, *name;
244 // text out of throw into catch, copying from this to that
253 this = that;
320 if (*this == '[' && this[1] == '-' && this[2] != '-' &&
323 char *from = this+2, *to = that+2;
329 this = trim(this+ff+3);
340 this, *this ? " " : "", that));
350 this = throw->help->data + throw->help_indent + 8 + len;