OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:first_nonopt
(Results
1 - 5
of
5
) sorted by null
/ndk/sources/host-tools/make-3.81/
getopt.c
243
been skipped. `
first_nonopt
' is the index in ARGV of the first of them;
246
static int
first_nonopt
;
289
One subsequence is elements [
first_nonopt
,last_nonopt)
294
`
first_nonopt
' and `last_nonopt' are relocated so that they describe
304
int bottom =
first_nonopt
;
376
first_nonopt
+= (optind - last_nonopt);
392
first_nonopt
= last_nonopt = optind;
535
/* Give
FIRST_NONOPT
& LAST_NONOPT rational values if OPTIND has been
539
if (
first_nonopt
> optind)
540
first_nonopt
= optind
244
static int
first_nonopt
;
variable
[
all
...]
/external/bison/lib/
getopt_int.h
103
been skipped. '
first_nonopt
' is the index in ARGV of the first
getopt.c
138
One subsequence is elements [
first_nonopt
,last_nonopt)
143
'
first_nonopt
' and 'last_nonopt' are relocated so that they describe
390
/* Give
FIRST_NONOPT
& LAST_NONOPT rational values if OPTIND has been
[
all
...]
/ndk/sources/host-tools/sed-4.2.1/lib/
getopt_int.h
98
been skipped. `
first_nonopt
' is the index in ARGV of the first
getopt.c
141
One subsequence is elements [
first_nonopt
,last_nonopt)
146
`
first_nonopt
' and `last_nonopt' are relocated so that they describe
389
/* Give
FIRST_NONOPT
& LAST_NONOPT rational values if OPTIND has been
Completed in 201 milliseconds