OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:last_optind
(Results
1 - 2
of
2
) sorted by null
/toolchain/binutils/binutils-2.25/ld/
lexsup.c
542
int
last_optind
;
local
640
last_optind
= -1;
647
/* Using
last_optind
lets us avoid calling ldemul_parse_args
653
if (optind !=
last_optind
)
660
last_optind
= optind;
664
optind =
last_optind
;
677
einfo (_("%P: unrecognized option '%s'\n"), argv[
last_optind
]);
[
all
...]
ChangeLog-0001
98
second call. Remove errind as it now duplicates
last_optind
.
[
all
...]
Completed in 68 milliseconds