Home
last modified time | relevance | path

Searched refs:booleancheck (Results 1 – 5 of 5) sorted by relevance

/dports/biology/fluctuate/fluctuate1.4/
H A Dfluctuate.h340 boolean booleancheck(char *var, char *value);
H A Dfluctuate.c643 boolean booleancheck(char *var, char *value) in booleancheck() function
734 if(!booleancheck(parmvar,varvalue)) in readparmfile()
/dports/biology/recombine/recombine1.41/
H A Drecombine.h628 boolean booleancheck(option_struct *op, char *var, char *value);
H A Drecombine.c1234 boolean booleancheck(option_struct *op, char *var, char *value) in booleancheck() function
1406 if(!booleancheck(op,parmvar,varvalue)) in readparmfile()
/dports/biology/migrate/migrate-3.6.11/src/
H A Doptions.c109 boolean booleancheck (option_fmt * options, char *var, char *value);
562 if (!booleancheck (options, parmvar, varvalue)) in read_options_master()
644 if (!booleancheck (options, parmvar, varvalue)) in read_options_worker()
4008 booleancheck (option_fmt * options, char *var, char *value) in booleancheck() function