OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:goptions
(Results
1 - 4
of
4
) sorted by relevancy
/src/bin/ksh/
misc.c
135
const struct option
goptions
[] = {
variable in typeref:typename:const struct option[]
203
for (i = 0; i < (int)NELEM(
goptions
); i++)
204
if (
goptions
[i].name && strcmp(
goptions
[i].name, n) == 0)
215
} opts[NELEM(
goptions
)];
250
for (i = n = oi.opt_width = 0; i < (int)NELEM(
goptions
); i++)
251
if (
goptions
[i].name) {
252
len = strlen(
goptions
[i].name);
253
oi.opts[n].name =
goptions
[i].name;
263
for (i = 0; i < (int)NELEM(
goptions
); i++
[
all
...]
misc.c
135
const struct option
goptions
[] = {
variable in typeref:typename:const struct option[]
203
for (i = 0; i < (int)NELEM(
goptions
); i++)
204
if (
goptions
[i].name && strcmp(
goptions
[i].name, n) == 0)
215
} opts[NELEM(
goptions
)];
250
for (i = n = oi.opt_width = 0; i < (int)NELEM(
goptions
); i++)
251
if (
goptions
[i].name) {
252
len = strlen(
goptions
[i].name);
253
oi.opts[n].name =
goptions
[i].name;
263
for (i = 0; i < (int)NELEM(
goptions
); i++
[
all
...]
misc.c
135
const struct option
goptions
[] = {
variable in typeref:typename:const struct option[]
203
for (i = 0; i < (int)NELEM(
goptions
); i++)
204
if (
goptions
[i].name && strcmp(
goptions
[i].name, n) == 0)
215
} opts[NELEM(
goptions
)];
250
for (i = n = oi.opt_width = 0; i < (int)NELEM(
goptions
); i++)
251
if (
goptions
[i].name) {
252
len = strlen(
goptions
[i].name);
253
oi.opts[n].name =
goptions
[i].name;
263
for (i = 0; i < (int)NELEM(
goptions
); i++
[
all
...]
misc.c
135
const struct option
goptions
[] = {
variable in typeref:typename:const struct option[]
203
for (i = 0; i < (int)NELEM(
goptions
); i++)
204
if (
goptions
[i].name && strcmp(
goptions
[i].name, n) == 0)
215
} opts[NELEM(
goptions
)];
250
for (i = n = oi.opt_width = 0; i < (int)NELEM(
goptions
); i++)
251
if (
goptions
[i].name) {
252
len = strlen(
goptions
[i].name);
253
oi.opts[n].name =
goptions
[i].name;
263
for (i = 0; i < (int)NELEM(
goptions
); i++
[
all
...]
Completed in 42 milliseconds
Indexes created Tue Sep 30 06:09:59 GMT 2025