Home
last modified time | relevance | path

Searched refs:mustadd (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/bmeps/dktools-4.31.1/src/libdk3fig/
H A Ddk3figah.c4921 int mustadd = 0; in dk3figah_one_arc_arrowhead() local
5656 if(ab) { mustadd = 1; } in dk3figah_one_arc_arrowhead()
5658 if(!(ab)) { mustadd = 1; } in dk3figah_one_arc_arrowhead()
5796 if(mustadd) { in dk3figah_one_arc_arrowhead()
5807 if(mustadd) { in dk3figah_one_arc_arrowhead()
5837 if(mustadd) { in dk3figah_one_arc_arrowhead()
H A Ddk3figah.ctr4943 int mustadd = 0;
5678 if(ab) { mustadd = 1; }
5680 if(!(ab)) { mustadd = 1; }
5818 if(mustadd) {
5829 if(mustadd) {
5859 if(mustadd) {
/dports/multimedia/lives/lives-3.2.0/src/
H A Devents.c1741 boolean added = FALSE, plast = FALSE, mustadd = FALSE; in add_init_event_to_filter_map() local
1759 if (!added && init_event_is_process_last((weed_plant_t *)init_events[i])) mustadd = TRUE; in add_init_event_to_filter_map()
1761 if (mustadd || (!plast && !added && is_in_hints((weed_plant_t *)init_events[i], hints))) { in add_init_event_to_filter_map()