Home
last modified time | relevance | path

Searched refs:OPT_numeric (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Doptlib.h43 #define OPT_numeric 0x080 macro
H A Doptget.c1028 p->flags |= OPT_numeric; in init()
4413 …) != '-' && (c != '+' || !(pass->flags & OPT_plus) && (!(pass->flags & OPT_numeric) || !isdigit(*s… in optget()
5200 if (w || !isdigit(c) || !numopt || !(pass->flags & OPT_numeric)) in optget()