Lines Matching refs:opt
63 state->opt = '?'; in lsx_getopt_init()
99 state->opt = 0; in lsx_getopt()
251 state->opt = state->curpos[0]; in lsx_getopt()
252 if (state->opt == ':') in lsx_getopt()
256 lsx_warn("option `%c' not recognized", state->opt); in lsx_getopt()
264 char const * pShortopt = strchr(state->shortopts, state->opt); in lsx_getopt()
271 lsx_warn("option `%c' not recognized", state->opt); in lsx_getopt()
281 return state->opt; in lsx_getopt()
291 return state->opt; in lsx_getopt()
298 state->opt); in lsx_getopt()
306 return state->opt; in lsx_getopt()
341 state.opt, in main()