Home | History | Annotate | Download | only in scripts

Lines Matching refs:skip_spaces

122 char *skip_spaces(char *s)
134 line = skip_spaces(line);
138 line = skip_spaces(line);
161 s = skip_spaces((*help)->data);
194 s = skip_spaces((*from)->data);
207 while (!*skip_spaces((*from)->prev->data)) {
218 if (*skip_spaces(dd->data) != '-') break;
366 that = skip_spaces(that);
405 if (cfrom && cfrom->prev->data && *skip_spaces(cfrom->prev->data))
426 while (!*skip_spaces(anchor->prev->data)) {
445 this = skip_spaces(this+ff+3);
446 that = skip_spaces(that+tt+3);