Searched defs:firstoptind (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/infocmp/
H A Dinfocmp.c158 allocvariables(int argc, int firstoptind) argument
189 used = (char *) malloc((unsigned) (argc - firstoptind) *
838 dorelative(int firstoptind, int argc, char **argv) argument
886 for (i = firstoptind; i < argc; i++)
887 if (used[i - firstoptind])
926 int i, c, firstoptind; local
1072 firstoptind = optind;
1074 allocvariables(argc, firstoptind);
1085 dorelative(firstoptind, argc, argv);

Completed in 45 milliseconds