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

/openbsd-current/gnu/usr.bin/perl/
H A Dform.h22 #define FF_DECIMAL 12 /* do @##, ^##, where <arg>=(precision|flags) */ macro
26 #define FF_0DECIMAL 16 /* like FF_DECIMAL but for 0### */
H A Dpp_ctl.c542 case FF_DECIMAL: arg = fpc[1]; name = "DECIMAL"; break;
847 case FF_0DECIMAL: /* like FF_DECIMAL but for 0### */
853 case FF_DECIMAL: /* do @##, ^##, where <arg>=(precision|flags) */
6367 *fpc++ = FF_DECIMAL;

Completed in 119 milliseconds