Lines Matching defs:source
4 * Use of this source code is governed by a BSD-style license that can be
244 /* Whether this is an "interactive" input source; if so, and
271 * shouldn't try reading from the input source any more. We might
576 * Use of this source code is governed by a BSD-style license that can be
1035 /* We're scanning a new file or input source. It's
1037 * just pointed yyin at a new source and called
1042 * back-up) that will match for the new input source.
1165 register char *source = yyg->yytext_ptr;
1198 *(dest++) = *(source++);
1369 register char *source =
1372 while ( source > YY_CURRENT_BUFFER_LVALUE->yy_ch_buf )
1373 *--dest = *--source;
1375 yy_cp += (int) (dest - source);
1376 yy_bp += (int) (dest - source);