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

/illumos-gate/usr/src/lib/libast/common/misc/
H A Doptget.c3892 char* numopt; local
4191 numopt = 0;
4700 if (!numopt && s > opts)
4702 numopt = s - 1;
4732 if (!numopt && s > opts)
4733 numchr = *(numopt = s - 1);
4813 if (w || !isdigit(c) || !numopt || !(pass->flags & OPT_numeric))
4818 s = numopt;

Completed in 70 milliseconds