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

/illumos-gate/usr/src/lib/libast/common/comp/
H A Dgetoptl.c35 static const struct option* lastlongopts; variable in typeref:struct:option
49 if (!up || optstring != lastoptstring || longopts != lastlongopts)
102 lastlongopts = longopts;

Completed in 63 milliseconds