Lines Matching defs:previous
511 * in previous step.
621 * the behaviour of 'make' with my previous fix may be different from one
2030 timestruc_t previous = make_state->stat.time;
2036 (make_state->stat.time == previous)) {
2133 * building a target. If the string is different from the previous one
2882 Property *previous;
2907 for (previous = &target->prop;
2908 *previous != NULL;
2909 previous = &(*previous)->next) {
2910 if (((*previous)->type == conditional_prop) &&
2911 ((*previous)->body.conditional.sequence >
2916 if (*previous == NULL) {
2921 new_prop->next = *previous;
2922 *previous = new_prop;