Home
last modified time | relevance | path

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

/dports/lang/nwcc/nwcc_0.8.3/
H A Ddriver.c54 store_file(char ***output_names, int **output_del, int needdel, in store_file() argument
74 (*output_del)[tmpi] = needdel; in store_file()
415 int needdel = 1; in driver() local
730 needdel = 0; in driver()
740 needdel, p2, &out_index) != 0) { in driver()
/dports/archivers/zoo/zoo-2.10.1_4/
H A Dzooext.c77 int needdel = 0; /* extract deleted files too */ local
108 case 'd': needdel++; break;
249 if ( ( (needdel && direntry.deleted) ||
250 (needdel < 2 && !direntry.deleted)
/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dtree.c3755 SCIP_Bool needdel; in focusnodeCleanupVars() local
3768 needdel = (tree->focusnode == tree->root ? set->price_delvarsroot : set->price_delvars); in focusnodeCleanupVars()
3770 if( !needdel ) in focusnodeCleanupVars()