Lines Matching defs:source
4 * Use of this source code is governed by a BSD-style license that can be
259 /* Whether this is an "interactive" input source; if so, and
286 * shouldn't try reading from the input source any more. We might
1452 /* We're scanning a new file or input source. It's
1454 * just pointed yyin at a new source and called
1459 * back-up) that will match for the new input source.
1583 register char *source = yyg->yytext_ptr;
1616 *(dest++) = *(source++);
1788 register char *source =
1791 while ( source > YY_CURRENT_BUFFER_LVALUE->yy_ch_buf )
1792 *--dest = *--source;
1794 yy_cp += (int) (dest - source);
1795 yy_bp += (int) (dest - source);