Lines Matching defs:source
243 /* Whether this is an "interactive" input source; if so, and
270 * shouldn't try reading from the input source any more. We might
989 /* We're scanning a new file or input source. It's
991 * just pointed i386_in at a new source and called
996 * back-up) that will match for the new input source.
1118 register char *source = (yytext_ptr);
1151 *(dest++) = *(source++);
1320 register char *source =
1323 while ( source > YY_CURRENT_BUFFER_LVALUE->yy_ch_buf )
1324 *--dest = *--source;
1326 yy_cp += (int) (dest - source);
1327 yy_bp += (int) (dest - source);