Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/acpi/common/
H A Dgetopt.c176 static int CurrentCharPtr = 1; variable
204 CurrentCharPtr++; in AcpiGetoptArgument()
206 if (argv[AcpiGbl_Optind][(int) (CurrentCharPtr+1)] != '\0') in AcpiGetoptArgument()
208 AcpiGbl_Optarg = &argv[AcpiGbl_Optind++][(int) (CurrentCharPtr+1)]; in AcpiGetoptArgument()
214 CurrentCharPtr = 1; in AcpiGetoptArgument()
222 CurrentCharPtr = 1; in AcpiGetoptArgument()
250 if (CurrentCharPtr == 1) in AcpiGetopt()
267 CurrentChar = argv[AcpiGbl_Optind][CurrentCharPtr]; in AcpiGetopt()
276 if (argv[AcpiGbl_Optind][++CurrentCharPtr] == '\0') in AcpiGetopt()
279 CurrentCharPtr = 1; in AcpiGetopt()
[all …]