Searched refs:pShortopt (Results 1 – 1 of 1) sorted by relevance
264 char const * pShortopt = strchr(state->shortopts, state->opt); in lsx_getopt() local267 if (!pShortopt) in lsx_getopt()276 else if (pShortopt[1] == ':' && state->curpos[0]) in lsx_getopt()283 else if (pShortopt[1] == ':' && pShortopt[2] != ':') in lsx_getopt()