Searched defs:optstring (Results 1 - 3 of 3) sorted by relevance

/ast/src/lib/libast/comp/
H A Dgetoptl.c42 golly(int argc, char* const* argv, const char* optstring, const struct option* longopts, int* longindex, int flags) argument
49 if (!up || optstring != lastoptstring || longopts != lastlongopts)
51 if (!up && !(up = sfstropen()) || !(t = strdup(optstring)))
101 lastoptstring = optstring;
115 if (opterr && (!optstring || *optstring != ':'))
142 getopt_long(int argc, char* const* argv, const char* optstring, const struct option* longopts, int* longindex) argument
144 return golly(argc, argv, optstring, longopts, longindex, 2);
148 getopt_long_only(int argc, char* const* argv, const char* optstring, const struct option* longopts, int* longindex) argument
150 return golly(argc, argv, optstring, longopt
[all...]
/ast/src/cmd/ksh93/bltins/
H A Dtypeset.c212 const char *optstring = sh_opttypeset; local
223 optstring = ntp->optstring;
226 while((n = optget(argv,optstring)))
/ast/src/cmd/ksh93/include/
H A Dnval.h104 const char *optstring; member in struct:Namdecl

Completed in 31 milliseconds