Home
last modified time | relevance | path

Searched refs:flag_found (Results 26 – 29 of 29) sorted by relevance

12

/dports/graphics/gocr/gocr-0.52/src/
H A Dpgm2asc.c2674 int y0,y1,y,dy,flag_found,dx; in divide_vert_glued_boxes() local
2685 box4=box2; flag_found=0; in divide_vert_glued_boxes()
2690 if (box4->line==box2->line ) flag_found|=1; // near char on same line in divide_vert_glued_boxes()
2691 if (box4->line==box2->line+1) flag_found|=2; // near char on next line in divide_vert_glued_boxes()
2692 if (flag_found==3) break; // we have two vertical glued chars in divide_vert_glued_boxes()
2694 if (flag_found!=3) continue; // do not divide big chars or special symbols in divide_vert_glued_boxes()
/dports/finance/prestashop/prestashop/classes/module/
H A DModule.php1524 $flag_found = 0;
1528 $flag_found = 1;
1535 if ($flag_found == 0) {
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/ship/
H A Dship.cpp2668 bool flag_found = false; in parse_ship_values() local
2694 flag_found = true; in parse_ship_values()
2705 if ( !flag_found && (ship_type_index < 0) ) in parse_ship_values()
3611 bool flag_found = false; in parse_ship_values() local
3615 flag_found = true; in parse_ship_values()
3624 if ( !flag_found ) in parse_ship_values()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/ship/
H A Dship.cpp3788 bool flag_found = false; in parse_ship_values() local
3800 flag_found = true; in parse_ship_values()
3813 flag_found = true; in parse_ship_values()
3817 flag_found = true; in parse_ship_values()
3821 flag_found = true; in parse_ship_values()
3825 flag_found = true; in parse_ship_values()
3829 if ( !flag_found && (ship_type_index < 0) ) in parse_ship_values()

12