Lines Matching defs:previous
1133 the previous symbol: RHS[0] (always defined). */
1509 previous inconsistent state, consistent state with a non-default
4663 macro_t *macro, *previous;
4680 previous = entry ? entry->data : NULL;
4681 if (previous) {
4682 if (_macro_equal (macro, previous)) {
4696 macro_t *macro, *previous;
4715 previous = entry ? entry->data : NULL;
4716 if (previous) {
4717 if (_macro_equal (macro, previous)) {
4962 /* If we hit an error on a previous pass, just return */
4970 macro_t *previous = entry ? entry->data : NULL;
4971 if (previous) {
4972 if (_macro_equal(macro, previous)) {