Home
last modified time | relevance | path

Searched refs:firstoptind (Results 1 – 1 of 1) sorted by relevance

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