Searched refs:firstoptind (Results 1 – 1 of 1) sorted by relevance
158 allocvariables(int argc, int firstoptind) in allocvariables() argument189 used = (char *) malloc((unsigned) (argc - firstoptind) * in allocvariables()838 dorelative(int firstoptind, int argc, char **argv) in dorelative() argument886 for (i = firstoptind; i < argc; i++) in dorelative()887 if (used[i - firstoptind]) in dorelative()926 int i, c, firstoptind; in main() local1072 firstoptind = optind; in main()1074 allocvariables(argc, firstoptind); in main()1085 dorelative(firstoptind, argc, argv); in main()