Lines Matching refs:previous
2239 macro_t *macro, *previous;
2256 previous = entry ? entry->data : NULL;
2257 if (previous) {
2258 if (_macro_equal (macro, previous)) {
2272 macro_t *macro, *previous;
2291 previous = entry ? entry->data : NULL;
2292 if (previous) {
2293 if (_macro_equal (macro, previous)) {
2538 /* If we hit an error on a previous pass, just return */
2546 macro_t *previous = entry ? entry->data : NULL;
2547 if (previous) {
2548 if (_macro_equal(macro, previous)) {