Home
last modified time | relevance | path

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

/external/mksh/src/
Dshf.c757 #define FL_NUMBER 0x200 /* a number was formated %[douxefg] */ macro
906 flags |= FL_NUMBER; in shf_vfprintf()
1004 if ((flags & FL_ZERO) && (flags & FL_NUMBER)) { in shf_vfprintf()