Home
last modified time | relevance | path

Searched refs:CurrentCharPtr (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/acpi/common/
H A Dgetopt.c68 static int CurrentCharPtr = 1; variable
96 CurrentCharPtr++; in AcpiGetoptArgument()
98 if (argv[AcpiGbl_Optind][(int) (CurrentCharPtr+1)] != '\0') in AcpiGetoptArgument()
100 AcpiGbl_Optarg = &argv[AcpiGbl_Optind++][(int) (CurrentCharPtr+1)]; in AcpiGetoptArgument()
106 CurrentCharPtr = 1; in AcpiGetoptArgument()
114 CurrentCharPtr = 1; in AcpiGetoptArgument()
142 if (CurrentCharPtr == 1) in AcpiGetopt()
159 CurrentChar = argv[AcpiGbl_Optind][CurrentCharPtr]; in AcpiGetopt()
168 if (argv[AcpiGbl_Optind][++CurrentCharPtr] == '\0') in AcpiGetopt()
171 CurrentCharPtr = 1; in AcpiGetopt()
[all …]