Searched refs:opt_nchild (Results 1 – 1 of 1) sorted by relevance
57 static char *opt_nchild; variable59 {"n:", &opt_nchild, "-n numbers of children"},92 if (opt_nchild) in setup()93 nchild = SAFE_STRTOL(opt_nchild, 1, INT_MAX); in setup()