Searched refs:ints (Results 1 – 3 of 3) sorted by relevance
90 char *get_options(const char *str, int nints, int *ints) in get_options() argument95 res = get_option((char **)&str, ints + i); in get_options()100 range_nums = get_range((char **)&str, ints + i, nints - i); in get_options()114 ints[0] = i - 1; in get_options()
407 int ints[MAX_ARG + 1]; in HiSax_setup() local410 str = get_options(line, MAX_ARG, ints); in HiSax_setup()411 argc = ints[0]; in HiSax_setup()418 cards[i].typ = ints[j]; in HiSax_setup()423 cards[i].protocol = ints[j]; in HiSax_setup()428 cards[i].para[0] = ints[j]; in HiSax_setup()433 cards[i].para[1] = ints[j]; in HiSax_setup()438 cards[i].para[2] = ints[j]; in HiSax_setup()
506 extern char *get_options(const char *str, int nints, int *ints);