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

/ast/src/lib/libast/misc/
H A Doptget.c4260 char* numopt; local
4569 numopt = 0;
5087 if (!numopt && s > opts)
5089 numopt = s - 1;
5119 if (!numopt && s > opts)
5120 numchr = *(numopt = s - 1);
5200 if (w || !isdigit(c) || !numopt || !(pass->flags & OPT_numeric))
5205 s = numopt;

Completed in 990 milliseconds