Searched refs:gos_pos (Results 1 – 2 of 2) sorted by relevance
57 params->gos_pos = 1; in getoptstr_init()95 if (params->gos_pos == 1) { in getoptstr()113 params->gos_last_opt = c = strp[params->gos_pos]; in getoptstr()116 params->gos_errp = &strp[params->gos_pos]; in getoptstr()117 ++params->gos_pos; in getoptstr()118 if (ISNTWORDCH(strp[params->gos_pos])) { in getoptstr()119 params->gos_strp = &strp[params->gos_pos]; in getoptstr()121 params->gos_pos = 1; in getoptstr()129 params->gos_strp = &strp[params->gos_pos + 1]; in getoptstr()137 params->gos_pos = 1; in getoptstr()[all …]
66 int gos_pos; /* Current position in the current */ member