Lines Matching defs:source
168 /* Whether this is an "interactive" input source; if so, and
191 * shouldn't try reading from the input source any more. We might
1258 * Redistribution and use in source and binary forms with or without
1259 * modification are permitted provided that: (1) source distributions retain
2763 /* We're scanning a new file or input source. It's
2765 * just pointed yyin at a new source and called
2770 * back-up) that will match for the new input source.
2893 register char *source = yytext_ptr;
2926 *(dest++) = *(source++);
3106 register char *source =
3109 while ( source > yy_current_buffer->yy_ch_buf )
3110 *--dest = *--source;
3112 yy_cp += (int) (dest - source);
3113 yy_bp += (int) (dest - source);