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()868 dorelative(int firstoptind, int argc, char **argv) in dorelative() argument923 for (i = firstoptind; i < argc; i++) { in dorelative()924 if (used[i - firstoptind]) { in dorelative()967 int i, c, firstoptind; in main() local1115 firstoptind = optind; in main()1117 allocvariables(argc, firstoptind); in main()1128 dorelative(firstoptind, argc, argv); in main()