Searched refs:strv (Results 1 - 3 of 3) sorted by relevance

/ast/src/lib/libast/astsa/
H A Doptlib.h81 char* strv[3]; /* optstr() argv */ member in struct:Optstate_s
/ast/src/lib/libast/misc/
H A Doptlib.h87 char* strv[3]; /* optstr() argv */ member in struct:Optstate_s
H A Doptget.c4381 if (opt_info.index == 1 && opt_info.argv != state.strv)
5558 if (argv == state.strv)
5714 opt_info.argv = state.strv;
5715 state.strv[0] = T(NiL, ID, "option");
5716 if (!(state.strv[1] = sfstruse(mp)))
5718 state.strv[2] = 0;
5723 if (!state.strv[1])
5731 c = optget(state.strv, opts);

Completed in 21 milliseconds