Searched refs:optlist (Results 1 - 5 of 5) sorted by relevance

/system/core/sh/
H A Doptions.h58 struct optent optlist[] = { variable in typeref:struct:optent
65 #define eflag optlist[0].val
67 #define fflag optlist[1].val
69 #define Iflag optlist[2].val
71 #define iflag optlist[3].val
73 #define mflag optlist[4].val
75 #define nflag optlist[5].val
77 #define sflag optlist[6].val
79 #define xflag optlist[7].val
81 #define vflag optlist[
[all...]
H A Doptions.c95 optlist[i].val = 2;
104 if (optlist[i].val == 2)
105 optlist[i].val = 0;
203 if (val && (flag = optlist[i].opt_set)) {
206 if (optlist[j].opt_set == flag)
207 optlist[j].val = 0;
209 optlist[i].val = val;
211 if (&optlist[i].val == &debug)
224 out1fmt("%-16s%s\n", optlist[i].name,
225 optlist[
[all...]
H A Dexpand.c863 for (i = 0; optlist[i].name; i++) {
864 if (optlist[i].val)
865 STPUTC(optlist[i].letter, expdest);
H A Dinit.c1064 for (i = 0; optlist[i].name; i++)
1065 optlist[i].val = 0;
/system/extras/tests/sdcard/
H A Dplot_sdcard.py309 (optlist, args) = getopt.getopt(argv[1:],
315 for flag, val in optlist:

Completed in 1253 milliseconds