Searched refs:nints (Results 1 – 1 of 1) sorted by relevance
105 char *get_options(const char *str, int nints, int *ints) in get_options() argument107 bool validate = (nints == 0); in get_options()110 while (i < nints || validate) { in get_options()117 int n = validate ? 0 : nints - i; in get_options()