OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:eoptind
(Results
1 - 3
of
3
) sorted by relevancy
/src/usr.bin/pr/
extern.h
39
extern int
eoptind
;
egetopt.c
65
int
eoptind
= 1; /* index into parent argv vector */
variable in typeref:typename:int
90
if ((
eoptind
>= nargc) ||
91
((*(place = nargv[
eoptind
]) != '-') && (*place != '+'))) {
101
++
eoptind
;
132
++
eoptind
;
142
++
eoptind
;
158
++
eoptind
;
177
++
eoptind
;
191
} else if (nargc <= ++
eoptind
) {
210
eoptarg = nargv[
eoptind
];
[
all
...]
pr.c
304
if (
eoptind
< argc)
630
if (
eoptind
< argc)
784
if (
eoptind
< argc)
998
if (
eoptind
< argc)
1309
if (
eoptind
>= argc) {
1327
eoptind
= argc - 1;
1333
for (;
eoptind
< argc; ++
eoptind
) {
1334
if (strcmp(argv[
eoptind
], "-") == 0) {
1344
++
eoptind
;
[
all
...]
Completed in 12 milliseconds
Indexes created Fri Oct 17 23:09:53 GMT 2025