Lines Matching defs:source
179 * Redistribution and use in source and binary forms with or without
180 * modification are permitted provided that: (1) source distributions retain
2244 register YY_CHAR *source = yytext - 1; /* copy prev. char, too */
2258 *(dest++) = *(source++);
2405 register YY_CHAR *source =
2408 while ( source > yy_current_buffer->yy_ch_buf )
2409 *--dest = *--source;
2411 yy_cp += dest - source;
2412 yy_bp += dest - source;