Lines Matching defs:previous
509 * in previous step.
619 * the behaviour of 'make' with my previous fix may be different from one
2028 timestruc_t previous = make_state->stat.time;
2034 (make_state->stat.time == previous)) {
2131 * building a target. If the string is different from the previous one
2880 Property *previous;
2901 for (previous = &target->prop;
2902 *previous != NULL;
2903 previous = &(*previous)->next) {
2904 if (((*previous)->type == conditional_prop) &&
2905 ((*previous)->body.conditional.sequence >
2910 if (*previous == NULL) {
2915 new_prop->next = *previous;
2916 *previous = new_prop;