Lines Matching defs:must
324 int must;
614 must = 0;
622 must = r->must = 1;
629 must = 0;
636 must = 1;
639 r->must++;
658 must = 1;
660 r->must++;
749 r->must++;
849 if ((r1->property & P_accept) && r->must == 1 && r0 && r0->time)
852 r->must = 0;
853 must = 0;
858 r->must++;
859 must = 1;
871 r->must++;
971 r->must++;
985 r->must++;
990 reason((1, "%s view %d must be in view %d", r->name, r->view, r->preview));
992 r->must++;
1000 if (must || r->time < tevent && (!(r4 = staterule(PREREQS, r, NiL, 0)) || r4->time < tevent) || (r->property & P_force) || prereqchange(r, r->prereqs, r0, r0->prereqs) || state.force)
1056 r->must++;
1092 reason((1, "%s view %d must be in view %d", r->name, r->view, r->preview));
1093 must = 1;
1095 r->must++;
1103 must = 1;
1105 r->must++;
1114 message((-2, "[%s] : [%s]%s%s%s", timestr(r->time), timestr(tevent), errors ? " ERRORS" : null, errors && state.unwind >= error_info.indent ? " ignored" : null, must ? " must" : null));
1119 if (!errors && !(r->dynamic & D_triggered) && r->status == UPDATE && (r1 && must || r->time < tevent && (!(r4 = staterule(PREREQS, r, NiL, 0)) || r4->time < tevent) || !r->time || !r2 && ((r->property & P_force) || r0 && (r->prereqs || r->action) && prereqchange(r, r->prereqs, r0, r0->prereqs))))
1290 if (!(r->dynamic & D_triggered) && !r->must)